I created a TODOMVC app implementation in about 100 lines of code in it. It's reactive, multi-user, and updates live for everyone connected. It uses HTMX to trigger events at the server, but the reactive changes are sent on websocket.
It may go down, but I thought it would be fun to try how HN-ers use the same TODOMVC instance together, feel free to play with it :)