Skip to content

anshulk/pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pubSub

live sync with mysql

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 -

  1. Clone from github
  1. npm install
  1. Enable mysql bin log as given here
  1. Use pubsub.sql to intitalize mysql db, edit settings in
  1. npm start
  1. Go to localhost:3000 (or the port in your ENV)

Any changes in the table are reflected real time on the frontend.

About

mysql change notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published