print server running message

This commit is contained in:
Fabian Jakobs 2011-07-19 13:17:21 +02:00
commit 9f55438521

View file

@ -37,3 +37,5 @@ http.createServer(function(request, response) {
});
});
}).listen(port, "0.0.0.0");
console.log("http://localhost:" + port);