2

I am looking for library or events or sample code in node.js sever that run continously and watch on mysql table and send notifications to front end when changes occour in table. Thanks in advance.

1 Answer 1

1

I think you should take a look at Socket.io library for real time programming. You can emit events on every post request to your server and it is really easy to use.

Socket.io Library for Node.js

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.