To start the server, run the command:
./run-server.sh
You can configure the server using environment variables. For example:
PORT=10001 ./run-server.sh
The following env variables are supported:
- PORT
- SYMBOL
- DEPTH
- DATA_LIFETIME_MS
- BINANCE_API_BASE_URL
- BITSTAMP_API_URL
To start the client (table view), run the command:
./run-client.sh
It is also possible to specify the port on which the gRPC server is located using env var:
PORT=10001 ./run-client.sh