> 1. Is it possible to use Node.js on port 80? Yeah, should work. Heroku's got docs on node.js here: http://devcenter.heroku.com/articles/node-js
> Here is the node.js code that I want to try out > https://github.com/pcrawfor/FayeObjC/blob/master/sampleserver/faye_server.js I didn't take a look at that sample server, but you may want to try this instead: https://github.com/faye/faye (homepage, http://faye.jcoglan.com/node.html). There's a complete node.js server implementation in there. YMMV (and things may have changed recently), but a few months ago we found that even long polling wasn't working properly on Heroku Cedar. Connections were consistently dropped after thirty seconds, whether or not we sent any data over the wire to keep the connection open. Hopefully, it's been addressed. Dave -- You received this message because you are subscribed to the Google Groups "Heroku" group. 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.
