#Real-Time
2 articles — newest first.
- 8 min read
WebSocket Telemetry at Scale: When One Process Isn't Enough
A single WebSocket server is a weekend project; streaming telemetry to thousands across instances broke for me on streamerOS — Redis pub/sub, rooms, coalescing.
- 8 min read
Real-Time Telemetry: Why Polling Lies, and WebSockets Don't
Polling dashboards lie between ticks — I learned that the hard way. Now I push telemetry over WebSockets for sub-second parity across every React client.