print server running message
This commit is contained in:
parent
c7aace75b0
commit
9f55438521
1 changed files with 2 additions and 0 deletions
|
|
@ -37,3 +37,5 @@ http.createServer(function(request, response) {
|
|||
});
|
||||
});
|
||||
}).listen(port, "0.0.0.0");
|
||||
|
||||
console.log("http://localhost:" + port);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue