Client#request A getter proxy that returns the reference to the request that originated the engine.io connection. Useful for accessing
Socket#conn:Socket A reference to the underyling Client transport connection (engine.io Socket object).
Namespace Represents a pool of sockets connected under a given scope identified by a pathname (eg: /chat). By
Server#of(nsp:String):Namespace Initializes and retrieves the given Namespace by its pathname identifier nsp.
Server#path(v:String):Server Sets the path v under which engine.io and the static files will be served. Defaults to
Server Exposed by require('socket.io').
Server#listen Synonym of Server#attach.
Server#emit Emits an event to all connected clients. The following two are equivalent:
Namespace#name:String The namespace identifier property.
Server#origins(v:String):Server Sets the allowed origins v. Defaults to any origins being allowed. If
Page 1 of 4