PageQL is a full stack reactive web framework that shows any changes in the database to the frontend automatically.
To demonstrate how powerful it is, 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, which is currently only possible with Supabase or GraphQL, or a lot of custom logic to handle database changes by other users in other web frameworks.
Comments URL: https://news.ycombinator.com/item?id=44321851
Points: 2
# Comments: 0