Different ways of handling real-time data (Long Polling, Short Polling, WebSockets)
May 24, 2024 · 5 min read · Before we even discuss the various ways of handling real-time data. Let's first understand how data is transferred in the normal circumstances aka. HTTP requests. As shown below, HTTP requests work pretty straightforward, client sends some request th...
Ivictor commented




