The server application for Chatty App Client.
- Fork this repo to your local machine.
- Run
npm installto install dependencies. - Make a copy of
.env.exampleto.envand change the host address or port number as you see fit.
- NOTE: Take note of any changes you made. You will need this information when you set up the Chatty App Client.
- Run
npm startto start the server. - Follow the instructions to setup and run the app server for the Chatty App Client.
- Node.js 6.0.0 or higher
- Express
- ws
- dotenv-safe
- randomcolor
- uuid