sockets work
This commit is contained in:
@ -93,4 +93,8 @@ function onListening() {
|
||||
: 'port ' + addr.port;
|
||||
console.log('Listening on ' + bind);
|
||||
|
||||
// execute list of functions when app is ready
|
||||
for(let listener of app.onListen){
|
||||
listener()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user