mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Added a small notifcation about which port we are listening to
This commit is contained in:
parent
036417d549
commit
7949d494b3
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ server = http.createServer(function(req, res){
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
server.listen(9001);
|
server.listen(9001);
|
||||||
|
console.log("Server is listening at port 9001");
|
||||||
|
|
||||||
function randomPadName() {
|
function randomPadName() {
|
||||||
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";
|
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue