Live demo

Realtime

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 →

Server-Sent Events

connecting…

The server pushes a tick event every second. Your browser's native EventSource receives them — no client library.

    WebSocket echo

    connecting…

    Type a message; the server echoes it straight back over a full-duplex WebSocket connection.

      Realtime, with zero runtime dependencies.