Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 378 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 378 Bytes

nos-chat

A web based chat client

Requirements

  • Node.js
  • NPM

Downloading

git clone https://github.com/EPiC-Inc/nos-chat.git

Installing Dependencies

npm install --save express socket.io

Put a file named users.json in the nos-cli folder

Starting server

node server.js [port]

[port] is optional, defaults to 80

Updating

git pull origin master