Closed khmelevskii closed 2 years ago
@khmelevskii Hi Yurii,
I need to send message from to clients from all servers.
Sorry, could you please rephrase?
What you can recommend to do with sente for it?
If I understand correctly that you'd like every Sente server to broadcast something to all of its connected clients, I'd suggest that this is something outside the scope of Sente.
Common solutions might involve some kind of Pub/Sub system (e.g. Redis) that can broadcast such an instruction to all servers.
Hope that helps!
Sure, it can be implemented using rebitmq or kafka. And in general I think it's a good idea to have it outside of Sente scope. Thank you
I need to support a lot of concurrent web-sockets connection and scale server. To implement this I have: