#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