Live metrics with WebSocket updates
This dashboard uses WebSockets for real-time communication. Unlike regular HTTP requests (where you ask and get a response), WebSockets keep a persistent connection open so the server can push updates to you instantly — no refreshing needed.
🔌 WebSocket Connection
Browser maintains live connection to server (see status indicator above)
📡 Server Push
Metrics are pushed every 2 seconds without any client requests
Real-world use: Live dashboards, chat apps, trading platforms, multiplayer games, IoT monitoring