https://github.com/zvyn/rspong
Multiplayer-Pong running in the browser with Rust+HTMX backend.
https://github.com/zvyn/rspong
Last synced: about 2 months ago
JSON representation
Multiplayer-Pong running in the browser with Rust+HTMX backend.
- Host: GitHub
- URL: https://github.com/zvyn/rspong
- Owner: zvyn
- Created: 2024-06-07T12:26:39.000Z (almost 2 years ago)
- Default Branch: rust
- Last Pushed: 2024-07-01T17:32:12.000Z (almost 2 years ago)
- Last Synced: 2025-07-23T18:10:22.807Z (9 months ago)
- Language: Rust
- Homepage: https://pong.zvyn.eu
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.