Scalability of y-websocket server

I use a similar awareness implementation to that in y-websocket, except every Awareness message is also sent to a Redis PubSub channel. The Awareness instances accordingly subscribe to that Redis PubSub, so that every instance in a cluster of servers receive the same awareness messages.

1 Like