I'm trying to learn Node.js
and Socket.io
I'm trying to create a page that will display the values of a database table whenever changes are detected.
For simplicity, I would only be changing the values of the database table via PHPMyAdmin manually.
Would this be possible? If so, could you point me in the right direction so that I can try it out.