You can't use websockets on Heroku. Their networking stack doesn't work with WS yet, but to my knowledge it's a problem they are trying to solve.
Everything starts at port 80, but your app server is running on whatever port it gets told to by the Heroku infrastructure so that requests can get properly routed. Unless I'm missing something, there's nothing special about that example that requires the actual node app server to be running on port 80. - Daniel -- You received this message because you are subscribed to the Google Groups "Heroku" group. To view this discussion on the web visit https://groups.google.com/d/msg/heroku/-/06_55_sceCsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
