try puting a semicolon (;) before this line:
http.listen(3000, function(){ console.log('Rodando na porta 3000'); });
to see if it works. this very simple trick helped me out.