i want to build a application which will use the tech of node.js, socket.IO and mysql and php the application will include a admin system which using php and mysql the application will also include a frontend pages which using html and node.js
im wondering is it possible the mysql auto send a notice to node.js server, then the server pull the msg to frontend?
i knew that, it is possible to send the msg from the admin system, but i just want the frontend side listen to the mysql server, any query update it will give a notice to frontend, instead of using admin system to push the msg to node.js and then to push to frontend
i knew mssql has the feature, but donno mysql hv too?