5 ms·
Cool, hadn't seen that. There is also postgraphql, which I have become a big fan of and is a great foundation: https://github.com/calebmer/postgraphql https://
by smac8 10y ago
Cool, hadn't seen that. There is also postgraphql, which I have become a big fan of and is a great foundation:
https://github.com/calebmer/postgraphql https://github.com/calebmer/postgraphql
That said, the real-time aspect is what I'm really dying for, plus a company supporting a BAAS. The ease of firebase is so nice, and you can make really cool real time apps with it very fast. I'm not sure if switching to a relational model would make impose some technical limitation that json stores don't (besides obvious complexity). Postgraphql + socket.io is kind of what i'm thinking is the start
- ianbicking 10y agoSome clever use of NOTIFY might help with real-time? It's basically publish/subscribe directly in Postgres itself, but I've never actually used it.