How to fire an event when something changes in database to clients in web server using node js
I want to send a notification to the connected clients of my webserver when value changes in mongo database using node js . Just like firebase database does. What's the mechanism of such approach?
No comments:
Post a Comment