How to send real time notifications in angular using socket.io and nodejs?
I have and web app which needs real time notifications on receiving message like facebook or linked in in which we see message notification like this:-
i want to display the notification as soon as it is updated in the database .can anyone tell me how i can do that in a bit detail and how i can stop fetching messages as soon as user logouts?