Hacker News new | ask | show | jobs
by vlasky 1220 days ago
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

1 comments

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