Basic chat application based on the 'Real Time Chat With NodeJS, Socket.io and ExpressJS' tutorial by Krasimir Tsonev. Forked from Donald Derek.
# install git, npm
# e.g. sudo apt-get install npm git
# or sudo yum install npm git
git clone PASTE-PROJECT-URL-HERE # clone project
cd Chat-Node # enter directory
npm install # install dependencies
node index.js # run chat server
# browse to http://localhost:3700/