I have a notification system in the backend but I don't know how to implement it in the frontend side.
I want to make an AngularJs service that listens for any requests from the server and then I will display the notification(like facebook notification).Is this possible ?
this to overcome the problem of sending request every "period"to the server.