Added a small notifcation about which port we are listening to

This commit is contained in:
Peter 'Pita' Martischka 2011-05-08 18:22:02 +01:00
parent 036417d549
commit 7949d494b3

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";