Server-Sent Events
connecting…The server pushes a tick event every second.
Your browser's native EventSource receives them — no client library.
—
These two panels are talking to this server right now over WebSocket and Server-Sent Events — both pure-Rust, zero-dependency, and served by the single binary you're looking at. Read how it works →
The server pushes a tick event every second.
Your browser's native EventSource receives them — no client library.
Type a message; the server echoes it straight back over a
full-duplex WebSocket connection.