Reputation: 1
I wonder how social media websites pop up a notification for every action that happens on your timeline.
Am in need real-time notification system keeps track of every action you and your friends do on these social channels. Notifications form a big part of the real-time engagement feature of these platforms. Even you are not online, you could still receive these notifications.
Upvotes: 0
Views: 784
Reputation: 461
There are a few ways to achieve this.
Both Long polling & Push API are a good solution these days depending on which browsers you need to support.
Upvotes: 1