socketcluster
socketcluster copied to clipboard
Highly scalable realtime pub/sub and RPC framework
Is it possible for me to deploy my socketcluster server to the GCP app engine flexible environment? GKE and app engine flexible environment use the same infrastructure underneath, it's just...
#### What's wrong? Visual Studio Code doesn't respect breakpoints in child processes, such as workers and brokers, scworkercluster and `sc-broker-cluster`, when I try to debug SocketCluster with VS Code's internal...
Hi, I am using uwebsocket for my project, but when I am installing it , sudo make install command is not working. So can anyone please mention the steps which...
When setting wsEngine to: 'sc-uws' i get the following error: [Error] WSEngineInitError: Compilation of µWebSockets has failed and there is no pre-compiled binary available for your system. Please install a...
Create step by step documentation to deploy codes on Amazon EKS service
Our team implemented a client side socketCluster in react-native (iOS & Android). It worked correctly. but when a client application (iOS or Android) closed, the "Socket hung up" exception occurred...
Hello, when I try to use http/2 with socketcluster, clients cannot connect to sc with the http error `403`. On the server side I get following error: ``` node [Error]...
could you please provide any video tutorial or document to setup socketcluster with aws ecs and how to scale only application server or scc-broker server as per load
This is wonderful work and I'm very grateful to find this repo. I'm having difficulty understanding how to scale to multiple networks following the SCC guide and also confused on...
mine business scene is: our server-side socket only provider json-string message data , therefore each watcher have to write ```JSON.parse(...)```. that's why i need a pre-handle to avoid manage all...