I\'m having some issues in compiling a socket.io app on heroku.
Thats the app.js file
var app = require(\'express\').createServer() , io = require
I've posted an answer to a similar question at deploy nodejs to heroku and that seems to have solved the problem.
Basically try using socket.io 0.9.6 instead of 0.9.8.