Re: Heroku + coder google + raspberry pi + websocket + socket IO

2014-06-11 Thread neuber jose sousa
You are wrong. I do this : “heroku labs:enable websockets” after git push heroku master. besides the “process.*env*.*PORT*”, or not, I see this: http://stackoverflow.com/questions/6223867/can-i-set-up-socket-io-chat-on-heroku Em terça-feira, 10 de junho de 2014 23h07min22s UTC-3, Morten Baga

Re: Heroku + coder google + raspberry pi + websocket + socket IO

2014-06-10 Thread Morten Bagai
Hi, Did you make sure to enable websockets for your Heroku app when you created it? If not, try following the instructions here: https://devcenter.heroku.com/articles/heroku-labs-websockets. I don't think you should have to specify the port anywhere in the client code. Best, Morten On Tue, Ju