Hacker News new | ask | show | jobs
by DerWOK 1221 days ago
https://www.meteor.com/ If you’re fine with MongoDB in the backend. Then you get a lot of speed in development and same language in backend and frontend. Plus view live updates on all connected clients as data changes in backend. And hot Code push to clients if new build on server available. I loved it when doing https://www.4minitz.com/ (retired FOSS)
1 comments

There is also a MySQL integration with Meteor.

I'm the defacto maintainer of this package and the Node.js package mysql-live-select.

These implement pub/sub and reactive queries using the MySQL binary log as the event source:

https://github.com/vlasky/meteor-mysql

https://github.com/vlasky/mysql-live-select

Ah! Cool! Thanks for sharing. Didn't know this exists meantime...