I have a simple socket.io chat application which I\'ve uploaded to one of the new Heroku \'cedar\' stacks.
Now I almost have everything working but I\'ve hit one stumbli
I was also having this problem on heroku. I was able to make it work using the hostname "myapp.herokuapp.com" (or simply window.location.hostname, to work both local and in production) and setting the port to 80. I'm using SocketIO 0.6.0.