Skip to content

Nodejs server that serves a websocket that, outside of defined messages, will echo the message back to all other users in channel

License

Notifications You must be signed in to change notification settings

dividezero/echochamber

Repository files navigation

EchoChamber 🔊

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.

Installation

Uses NPM, or Yarn, if you prefer

Install dependencies

npm install

Usage

Development

Run development server

npm run dev

Run tests

npm run test

Run in prod

npm start

The settings will be based on environmental variables set in the machine. Refer to the /app/config/ for more details

Contributing

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.

More information

boilerplate: https://github.com/posquit0/koa-rest-api-boilerplate

License

MIT

About

Nodejs server that serves a websocket that, outside of defined messages, will echo the message back to all other users in channel

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published