andyhmltn / ember-js-chatapp

MIT License
3 stars 1 forks source link

Shy away from Heroku #8

Closed zspecza closed 11 years ago

zspecza commented 11 years ago

Socket.io and Heroku don't play nicely together. That's what io.configure fixes in 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.

andyhmltn commented 11 years ago

If you could pull request this fix, that'd be great