index
http
SocketStream does not concern itself with web servers. It simply provides a stack of Connect Middleware which can be used by the application in any way it wishes.
Attached Middleware, Session store, staticCache, etc, to the this.middleware (var app = connect()
)
Param | Type | Details |
---|---|---|
staticPath | String | Static path for connect for serving static assets as |
sessionStore | Object | Session store instance object |
sessionOptions | Object | Session store options |
Object | Updated, with attached Middleware, this.middleware( |
Merge optional settings
Param | Type | Details |
---|---|---|
newSettings | Object | Object with settins, @link settings |