We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Amigoscode · 8.5K views · 79 likes Short
Analysis Summary
Worth Noting
Positive elements
- This video provides a concise, accurate explanation of the 'distributed state' problem in WebSocket scaling, which is a fundamental concept in backend engineering.
Influence Dimensions
How are these scored?About this analysis
Knowing about these techniques makes them visible, not powerless. The ones that work best on you are the ones that match beliefs you already hold.
This analysis is a tool for your own thinking — what you do with it is up to you.
Related content covering similar topics.
Video description
A single server can't hold 1M WebSocket connections. With multiple servers, user A on Server 1 can't directly message user B on Server 2. Use a pub/sub system like Redis Pub/Sub — when Server 1 gets a message for user B, it publishes to a channel that Server 2 subscribes to. Horizontal scaling requires coordination. #programming #coding #developer #tech #softwareengineering