Best of Redis — April 2022
- 1
- 2
- 3
Hacker Noon·4y
How to use Redis Pub/Sub in Messengers
Real-time events on most web pages can only be handled in real-time. For example, a social network needs to instantly show a new message from another user without reloading a page. How are systems like that technically arranged? The most widespread architecture is: a web browser connects to a server via a WebSocket.
