Concept Flow - Polling as fallback
Client sends request
Server receives request
Server checks for new data
Yes No
Send data
Client updates UI
Wait fixed time
↩Back to Client sends request
The client repeatedly asks the server for updates. If new data exists, server sends it; otherwise, it sends an empty response. The client waits then asks again.