Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 458 Bytes

#NodeJS Chat App

Real time nodejs chat application.

Running Locally

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.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open