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.
Start the server listening to the port (same as Server.listen)
Attached Middleware, Session store, staticCache, etc, to the this.middleware (var app = connect()
)
Merge optional settings
Param | Type | Details |
---|---|---|
newSettings | Object | Object with settins, @link settings |