GitHub - maaveran/pgsql-node-socket: Using notify system of postgresql with socket.io on nodejs to sync database with client side. · GitHub
Skip to content

maaveran/pgsql-node-socket

 
 

Folders and files

Repository files navigation

#Postgres realtime with nodejs and socket.io

Example of realtime notification on database alterations

First step

Run the file script.sql on postgresql

Second

npm install

Start application

npm start

Now when table TEST_NOTIFY is changed the clients will be updated.

License

MIT

About

Using notify system of postgresql with socket.io on nodejs to sync database with client side.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • JavaScript 68.5%
  • PLpgSQL 24.3%
  • HTML 7.2%