I am trying to create a real-time push notification system in angular. The frontend needs to get these generated notifications on the browser from the unread notification data stored in mongodb. Is there any library to integrate this or optimum way to do this?
Note: I am trying to avoid node.js integration.