Socket.IO chat example for Heroku

Config updated to run on heroku, and transport set to xhr-polling with a 20s timeout

You can see it in action at: http://ms-devchat.herokuapp.com/

Made this version MakerSquare flavored.

Deploying

heroku create -s cedar
git push heroku master

Enjoy!