The server application for Chatty App Client.
- Fork this repo to your local machine.
- Run
npm install
to install dependencies. - Make a copy of
.env.example
to.env
and 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 start
to 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