Allow clients to subscribe to changes in a mysql database. Built using node, express , socket.io and mysql-live-select.
Also included is a simple frontend page built using angular and skeleton.
Running it -
- Clone from github
npm install
- Enable mysql bin log as given here
- Use
pubsub.sql
to intitalize mysql db, edit settings in
npm start
- Go to localhost:3000 (or the port in your ENV)
Any changes in the table are reflected real time on the frontend.