-
Hi, please can you help me to use ClusterWS with my PM2 config?
```
{
"apps": [
{
"name": "Server",
"script": "bin/server.js",
"watch": true,
"ignore_watch": [
…
-
Do you have intention, in the future, to make a Redis support?
I want to use ClusterWS for a large scale app with many connected clients and with thousands of channels. I think that is a good way to…
-
Hi, I need to handle some events like work websocket ([https://www.npmjs.com/package/websocket](https://www.npmjs.com/package/websocket)).
With websocket I handle the event "wsServer.on('request', …
-
Could you guys please provide a LICENSE for this Repository. Is it licensed under the MIT License ?
-
Hi, please can you explain me how can I send a message to a channel or a specified user from server?
I need to send to an user or many users a message or data when an event occur on server.
-
I have started working with the module to be able to scale WebSocket between machines, the module should be ready soon with new update for ClusterWS. Really hope you will like it 😄
To make sure tha…
-
Any plans or ideas on how this solution could be made to scale across multiple machines ?