frontend · easy

Polling

Repeatedly calling an endpoint until state changes—simple real-time pattern that can waste requests and race.

Tags: javascript