I have two question.
1. Is it possible to use Node.js on port 80?
If it is,
2. I want to use websocket, since it is not possible, there is a
solution from
http://devcenter.heroku.com/articles/using-socket-io-with-node-js-on-heroku
Where should i put that code?
// assuming io is the Socket.IO server object
io.configure(function () {
  io.set("transports", ["xhr-polling"]);
  io.set("polling duration", 10);
});

Here is the node.js code that I want to try out
https://github.com/pcrawfor/FayeObjC/blob/master/sampleserver/faye_server.js

-- 
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.

Reply via email to