An open API service indexing awesome lists of open source software.

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.

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.