socketcluster
socketcluster copied to clipboard
Highly scalable realtime pub/sub and RPC framework
Hello, I have deployed simple socketcluster app to the docker. The application always uses at least %5 CPU. Is this expected or this is a result of misconfiguration ? BTW,...
Hi, Noticed those logs on our Kubernetes SC server pod (3 Workers + 2 Brokers) : `1552651454358 - Worker 2 was respawned 1 1552651454751 - Origin: Worker (PID 1839) [Warning]...
Hi, we try to test the isConnected method but does not work. We try with android app. Login to socket, restart the server and ask android socket.isConnected. Allways return true....
It should be possible to achieve this by passing the IPC socket handle directly to the master process instead of making the workerCluster process proxy every message.
When using https://pnpm.js.org to install dependencies, the resulting tree is not flat like with npm 5. This has a number of advantages, but it also means that each package needs...
Hi, I apologize for using issues to ask a question. I am new to SC and am trying to wrap my head around the framework.. My use case is a...
When you start handling many different types of events, the code in worker.js can get a little unwieldy: ``` scServer.on('connection', socket => { socket.on('foo1', (data, res) => { ... });...
Hi. Do you plan to create a helm chart for it? Would be easier to install it and configure. Thx!
It's better doing it that way because it's not necessary to wait for the files to become available (as seen here: https://github.com/SocketCluster/socketcluster/blob/5226c2a/sample/dockerwait.js). Example of how it would work: ``` apiVersion:...