Socket#conn:Socket A reference to the underyling Client transport connection (engine.io Socket object).
Server#of(nsp:String):Namespace Initializes and retrieves the given Namespace by its pathname identifier nsp.
Namespace Represents a pool of sockets connected under a given scope identified by a pathname (eg: /chat). By
Client#request A getter proxy that returns the reference to the request that originated the engine.io connection. Useful for accessing
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').
Namespace#name:String The namespace identifier property.
Server#emit Emits an event to all connected clients. The following two are equivalent:
Server#listen Synonym of Server#attach.
Server#attach(srv:http#Server, opts:Object):Server Attaches the Server to an engine.io instance on srv with the supplied
Page 1 of 4