http://expressjs.com/en/starter/hello-world.html
var server = app.listen(3000, function () {
var host = server.address().address;
var port = server.address().port;
console.log('Example app listening at http://%s:%s', host, port);
});
docs say nothing about a return value for app.listen, although the code docs do.
In any event that usage is definitely not good for a hello-world example.
http://expressjs.com/en/starter/hello-world.html
docs say nothing about a return value for
app.listen, although the code docs do.In any event that usage is definitely not good for a hello-world example.