Polling
↔ (process) to send GET
Request to check Server State change
aka Poll
Long Polling
(process) to Poll for longer before Request Timeout
Request Timeout
(process) to let Polling Request timeout when no Server State change
References
Long Polling
↔ (process) to Poll for longer before Request TimeoutRequest Timeout
↔ (process) to let Polling Request timeout when no Server State changeWebSockets
↔ Web API to open 2-way Client/Server connection, to push update vs Polling