EchoChamber is a websocket broadcast server to allow real time shares session for multiple browsers.
Why? So that you can build a fun session based game or app that all your friends can connect to and interact with together.
Uses NPM, or Yarn, if you prefer
Install dependencies
npm install
Run development server
npm run dev
Run tests
npm run test
npm start
The settings will be based on environmental variables set in the machine. Refer to the /app/config/
for more details
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
boilerplate: https://github.com/posquit0/koa-rest-api-boilerplate