Skip to content

luizstacio/pgsql-node-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published