Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 266 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 266 Bytes

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://socket-io-chat.herokuapp.com/

Deploying

heroku create -s cedar
git push heroku master

Enjoy!