/rspong

Multiplayer-Pong running in the browser with Rust+HTMX backend.

Primary LanguageRust

Proof of concept for demonstrating how HTMX and Server Side Events can be combined to build an interactive application with global server-side state.

Requires Rust:

cargo run

You should now have an instance running at http://[::1]:3000

DISCLAIMER: This is a toy project, use at own risk.