I have a PostgreSQL, php5, running on Apache2.0 (on a Windows machine.)
I want to be able to push updates to the client's browser when certain table rows are updated. I came across this https://github.com/brianc/node-postgres
- What & how do I set up on server side?
- How do I install/setup node-postgres?
- Does node-postgres assume I am already using node.js or is it a complete package?
- How do I send client browsers messages when specified tables are updated?
I just need some direction to get started! Thanks :)