Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 298 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 298 Bytes

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.