Added a small notifcation about which port we are listening to

pull/35/head
Peter 'Pita' Martischka 2011-05-08 18:22:02 +01:00
parent 036417d549
commit 7949d494b3
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ server = http.createServer(function(req, res){
}
});
server.listen(9001);
console.log("Server is listening at port 9001");
function randomPadName() {
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";