#NodeJS Chat App
Real time nodejs chat application.
Make sure you have Node.js and the Heroku Toolbelt installed.
$ git clone https://github.com/TomerG2/chat-example
$ cd chat-example
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open