|
|
|
|
|
by geekuillaume
2028 days ago
|
|
I'm working on a game server handling websockets with mainly broadcast messages. I'm using nchan[1], a Nginx addon to handle websocket with a pub/sub pattern. It works really well, is customizable and is highly optimized. Perfect for some games which needs to send a global state to every players. [1] https://nchan.io/ |
|