You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolving an issue where the server address and port can not be obtained within the ready event callback
webappengine(options).on('ready',function(server){varaddress=server.address();console.log('Server is listening on %s:%d',address.address,address.port);});