Update docs
parent
0c9c1f514f
commit
1c38f5bab9
|
@ -55,7 +55,7 @@ Called from: src/node/server.js
|
|||
Things in context:
|
||||
|
||||
1. app - the main express application object (helpful for adding new paths and such)
|
||||
1. server - the http server object
|
||||
2. server - the http server object
|
||||
|
||||
This hook gets called after the application object has been created, but before it starts listening. This is similar to the expressConfigure hook, but it's not guaranteed that the application object will have all relevant configuration variables.
|
||||
|
||||
|
@ -77,6 +77,7 @@ Things in context:
|
|||
|
||||
1. app - the application object
|
||||
2. io - the socketio object
|
||||
3. server - the http server object
|
||||
|
||||
I have no idea what this is useful for, someone else will have to add this description.
|
||||
|
||||
|
|
Loading…
Reference in New Issue