socketcluster
socketcluster copied to clipboard
Highly scalable realtime pub/sub and RPC framework
I've got a Slim server working well to register and authenticate users for our API, using JWT, allowing only 'authenticated' users to access certain api endpoints. I'm now trying to...
Right now SC supports non-JSON strings sent using `socket.send('This is a message')`. It would be nice to add a config option so that it can be disabled and only allow...
Is SocketCluster support bellow feature? If yes then how ? If no then Is there any plans to support this feature ? **Feature:** Socket cluster is communicate via internet. But...
A week ago we have updated our socket cluster and its different components. After that we have received messages from our users saying they can't always see each others online...
I tried to use sc-uws engine on both, socketcluster boiler app and in sc-crud-sample. In both cases it failed with folowing ( i get it from build_log.txt in /node_modules/sc-uws/built-log.txt): ws.target.mk:106:...
socketcluster would send ping requests (and expect responses in time) even when traffic is ongoing on a connection. In general, ping keep-alive packets have two purposes: * to check whether...
Hello, we are looking to use socketcluster & pubsub for a new project and need to ensure the lowest latency data delivery possible. We would like to understand whether the...
Currently, if someone tries to require scworker.js directly into another script without first setting up the correct environment variables, it will throw this error: ``` SyntaxError: Unexpected token u in...
Looking [here](https://github.com/SocketCluster/socketcluster/blob/bb0663bcb752b9d83475466c9256e61632a6c532/index.js#L654-L661) I'm led to believe that I can specify the port, but not bind to allow external connections (maybe?). I've tried to connect to mydomain.com:5859 but chromes remote debugger...
The documentation at https://socketcluster.io/#!/docs/api-socketcluster reads: > // The interval in milliseconds on which to // send a ping to the client to check that // it is still alive pingInterval:...