- Published on
How to push live updates to the client, and what each approach costs at scale. Polling, long-polling, server-sent events, and websockets compared on freshness and load, plus the thing people miss: holding a hundred thousand concurrent connections is its own scaling problem. And the native callout, where platform push replaces self-held connections entirely.