Hi ...
first of all sorry about my english :).
I am building a management system web app using MERN stack , and for this project notification must be sent to the admin when for example a user sends a comment.
my question how can i make this notification system real time for example like facebook? so that the admin doesn't have to reload the page to get the notification.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
you mean like setInterval Method ?
I'd personally use a library like socket.io.