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

Commit c5baa05

Browse files
committed
Add a README
1 parent e1b24d8 commit c5baa05

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Socket.IO chat example for Heroku
2+
3+
Config updated to run on heroku, and transport set to xhr-polling with a 20s timeout
4+
5+
You can see it in action at: http://socket-io-chat.herokuapp.com/
6+
7+
## Deploying
8+
9+
heroku create -s cedar
10+
git push heroku master
11+
12+
Enjoy!

0 commit comments

Comments
 (0)