All Projects → SocketCluster → scc-state

SocketCluster / scc-state

Licence: MIT license
Cluster state tracking and notification engine for SocketCluster clusters.

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

scc-state

Cluster state tracking and notification engine for SCC.

Usage

SCC_STATE_LOG_LEVEL=0 node server.js

Log levels

  • 3 - log everything
  • 2 - warnings and errors
  • 1 - errors only
  • 0 - log nothing

Build and deploy to DockerHub

Replace x.x.x with the version number.

docker build -t socketcluster/scc-state:vx.x.x .
docker push socketcluster/scc-state:vx.x.x
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].