Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels