This is a websocket based chat server in Node.jS
Installation notes:
- Install NVM
- run command below to install dependencies: $ npm install
- run server: $ npm start
Install NVM ( Node Version Manager ): curl https://raw.github.com/creationix/nvm/master/install.sh | sh
nvm ls-remote nvm install v0.10.26 nvm alias default v0.10.26
node --version
v0.10.26