This is a web-based chat client that will be slowly evolving.
- Node.js
- NPM
git clone https://github.com/EPiC-Inc/nos-alpha.git
npm install --save express socket.io
node server.js [port]
[port] is optional, defaults to 80
npm test
to quickly start on port 8080
npm start
starts it on port 80
git pull origin master