Show HN: 100 line full stack reactive TODOMVC app demo written with PageQL

1 xiphias2 0 6/11/2025, 3:57:28 PM pageql.dev ↗
PageQL is a full stack framework that mixes SQL with HTML, like ColdFusion. This release (0.2) makes the SQL full reactive by default, and adds smart caching strategies to be able to communicate lots of changes to many other clients.

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 :)

Comments (0)

No comments yet