From 9f55438521119eacf263ba9cb0f8474be4a7d06c Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Tue, 19 Jul 2011 13:17:21 +0200 Subject: [PATCH] print server running message --- static.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static.js b/static.js index dee2a6aa..b687e810 100755 --- a/static.js +++ b/static.js @@ -37,3 +37,5 @@ http.createServer(function(request, response) { }); }); }).listen(port, "0.0.0.0"); + +console.log("http://localhost:" + port);