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
{{ message }}
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
This should be easy, but when calling app.listenapp.createServer (an io can only be attached to one server), it would be nice if the returned server was also available (later on) as app.server (app.io already is). It would also be nice (as a convenience), to have app.address be an alias for server.address
The text was updated successfully, but these errors were encountered:
ariporad
changed the title
Access server, and server.address after calling app.listen
Access server, and server.address after calling app.createServerOct 25, 2015
This should be easy, but when calling
app.listen
app.createServer
(an io can only be attached to one server), it would be nice if the returned server was also available (later on) asapp.server
(app.io
already is). It would also be nice (as a convenience), to haveapp.address
be an alias forserver.address
Todo list:
app.listen
app.createServer
setsapp.server
app.listen
app.createServer
sets 'app.address`The text was updated successfully, but these errors were encountered: