Closed zspecza closed 11 years ago
Socket.io and Heroku don't play nicely together. That's what io.configure fixes in server.js.
io.configure
server.js
socket.io's main transport is manually set to XHR long-polling within that function simply because Heroku does not support websockets.
Should use Nodejitsu instead.
If you could pull request this fix, that'd be great
Socket.io and Heroku don't play nicely together. That's what
io.configure
fixes inserver.js
.socket.io's main transport is manually set to XHR long-polling within that function simply because Heroku does not support websockets.
Should use Nodejitsu instead.