I have referred this tutorial http://bjorngylling.com/2011-04-13/postgres-listen-notify-with-node-js.html and it is working perfectly in my Command Prompt. I need to integrate this feature on my html page. I need in such a way that if a database insertion happens then I should get an alert message in my web page like real time notification.is there any ways to do that?
I have referred this tutorial http://bjorngylling.com/2011-04-13/postgres-listen-notify-with-node-js.html and it is working perfectly in my Command Prompt. I need to integrate this feature on my html page. I need in such a way that if a database insertion happens then I should get an alert message in my web page like real time notification.is there any ways to do that?