A web based chat client
- Node.js
- NPM
git clone https://github.com/EPiC-Inc/nos-chat.git
npm install --save express socket.io
Put a file named users.json in the nos-cli folder
node server.js [port]
[port] is optional, defaults to 80
git pull origin master