An open API service indexing awesome lists of open source software.

https://github.com/socketcluster/agc-broker

Server for the Asyngular cluster - For horizontal scalability.
https://github.com/socketcluster/agc-broker

Last synced: 10 months ago
JSON representation

Server for the Asyngular cluster - For horizontal scalability.

Awesome Lists containing this project

README

          

# agc-broker
Server for the SC cluster - For horizontal scalability.

### Usage

```js
AGC_STATE_SERVER_HOST='127.0.0.1' AGC_BROKER_SERVER_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/agc-broker:vx.x.x .
```

```
docker push socketcluster/agc-broker:vx.x.x
```