socketcluster
socketcluster copied to clipboard
Highly scalable realtime pub/sub and RPC framework
Are there any tutorials for testing SocketCluster with JMeter? We are trying to use the the "JMeter WebSocket Samplers" plugin and it is having a problem with ping-pong messages. Any...
Hello, I've been trying to dockerize a really old socketcluster app that we have here and it keeps trying to connect to some other service... I can't find in the...
So I've got a local k8s cluster setup and have this working fine. I setup an AWS EKS cluster via Rancher, and the Ingress is stuck on `initializing`. I've been...
Hello, I have this code: ``` var mychannel = socket.subscribe("updates-" + payload[1] + "-" + payload[4]); mychannel.on('subscribe', function(){ mychannel.publish(dbmsg.payload, function(err, ackData){ mychannel.unsubscribe(); console.log("adjust: sent " + dbmsg.payload); }); }); ```...
To connect between scc-cluster we need scc-state and scc-brokers right? I have deployed a scc-state and scc-brokers in a public ip and it works. But if the scc-state is in...
Hi there! I have a system made of multiple microservices that run independently on different processes or machines. On the other side I have many devices connected to my system...
Can you please add support for the flutter framwork that run on the dart language. Thank you
1.How can I Implenet both Socket clustee server and client in single node server 2.If I installed Socket cluster server setup in two instances with same port and connected each...
I tried "scServer.clients" but i only manage to find total number of clients connected to the servers, not on particular channels, how do I get socket ID of these clients...
Is this project using continuous integration services (e.g., Travis-CI or Jenkings)? Or has it used at any point of its lifetime?