WEB SOCKET
REDIS PUB/SUB
WHY
Want A Real-time Dashboard !
The WebSocket protocol makes more interaction between
a browser and a web server possible, facilitating the real-
time data transfer from and to the server.
WEBSOCKET
REDIS PUB/SUB
Client
API
Server
Dashboard
Server
WebSocket
Server
Redis
ARCHITECTURE
HTTPHTTP
WS
SUB
PUB
THANK
YOU
1. https://www.toptal.com/go/going-real-time-with-redis-pubsub
2. https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern
REFERENCE