Which real-time notification technique should I use?
My web app is a NodeJS + ReactJS app. I want to send notifications on follow user, upvote content, etc. Which technique should I use for the real time notification?
- Long-polling
- Server-Sent Events
- WebSockets