socketcluster icon indicating copy to clipboard operation
socketcluster copied to clipboard

Highly scalable realtime pub/sub and RPC framework

Results 101 socketcluster issues
Sort by recently updated
recently updated
newest added

This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code...

- [x] Added package.json as version for `run` command and added it to the docker run command (take a look if you want this) - [x] `transformK8sConfigs` to Promise -...

This applies to a scenario when there are a large number of subscribers (sometimes even with a small number of published messages). When a large number of clients are subscribed...

Hi. I was wondering if you plan to add some kind of metrics for the SC? At the moment not sure what kind of metrics you can export, but I...

Not really an issue but i created a simple web app to use for testing my Socketcluster server against a client without writing code. https://socketcluster.yassien.xyz/ I'm not sure what the...

Hi Jonathan: When deploying with s`socketcluster deploy` I get an error after image is built. it fails at 'docker login' apparently: => exporting to image 0.0s => => exporting layers...

Hey guys, so I've seen from the documentation that it's possible to get the list of channels that a client is subscribed to. Is there any way to see a...

I am using the below code within worker.js to allow a back end PHP script to push messages to clients. The err function never executes even when there are no...

The SCC guide should specify how IP addresses are passed around and how the different instances interact in more detail.

Hey guys, I want to install **scc** but when i'm trying to install **app** stuff with `socketcluster create app` command, it creates `app` but `app directory` doesn't have some files...