Distributed WebSocket & WebRTC chat server

No.

The receiving server will forward the message to all other servers. Each server will check on its own whether or not it has someone registered to that topic or not and drop or distribute the message accordingly.

Of course…