happilymarrieddad / scc-broker

Server for the SC cluster - For horizontal scalability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scc-broker

Server for the SC cluster - For horizontal scalability.

Log levels:

node server.js --cssh '127.0.0.1' -l 0
// or
SCC_STATE_SERVER_HOST='127.0.0.1' SCC_BROKER_SERVER_LOG_LEVEL=0 node server.js
  • 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-broker:vx.x.x .
docker push socketcluster/scc-broker:vx.x.x

About

Server for the SC cluster - For horizontal scalability.


Languages

Language:JavaScript 100.0%