A simple TodoMVC app for HTMX.
Three different branches that show different strategies:
- main the most basic usage (rerender whole app)
- fine-grained more fine grained updates
- multiplayer use WebSockets to make it multiplayer and send updates to users
Start with node index.js and point your browser to http://localhost:3000