salsa-api
Install
npm install
Starting
npm start
Development
NODE_ENV=development npm start
Testing
Start server
NODE_ENV=development npm start
Start testing broker
NODE_ENV=development npm run test-broker
Test wwebsocket
NODE_ENV=development npm run test-ws
Start zmq2ws and discovery separatly
Start discovery
NODE_ENV=development npm run discovery
Start zmq2ws
NODE_ENV=development npm run zmq2ws