Implement a Scalable WebSocket Server With Spring Boot, Redis Pub/Sub, and Redis Streams | by KBryan | Jun, 2022
Scaling WebSocket server horizontally using Spring Boot, Redis Pub/Sub, and Redis Streams Photo by Andreas Wagner on Unsplash This is a follow-up to my previous article on the design considerations for scaling the WebSocket server horizontally. In this article, I will go into detail on how we can implement that using Redis Pub/Sub and Redis … Read more