Server for SCC - For horizontal scalability.
npm install scc-broker``js`
SCC_STATE_SERVER_HOST='127.0.0.1' SCC_BROKER_SERVER_LOG_LEVEL=1 node server.js
* 3 - log everything
* 2 - warnings and errors
* 1 - errors only
* 0 - log nothing
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