Definition
Repeatedly checking a resource at regular intervals to detect changes, as opposed to being notified (push). Polling is simpler to implement but less efficient.
Example Usage
"We replaced polling with a WebSocket connection — instead of checking every 2 seconds, the server pushes updates instantly."