sockets work

This commit is contained in:
2024-01-23 21:17:27 -05:00
parent 375ec679f2
commit e91bb70b33
7 changed files with 37 additions and 5 deletions

View File

@ -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()
}
}