Added a small notifcation about which port we are listening to
parent
036417d549
commit
7949d494b3
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue