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#of(nsp:String):Namespace Initializes and retrieves the given Namespace by its pathname identifier nsp.
Socket#conn:Socket A reference to the underyling Client transport connection (engine.io Socket object).
Server#listen Synonym of Server#attach.
Server Exposed by require('socket.io').
Server#emit Emits an event to all connected clients. The following two are equivalent:
Namespace#name:String The namespace identifier property.
Server#path(v:String):Server Sets the path v under which engine.io and the static files will be served. Defaults to
Server#serveClient(v:Boolean):Server If v is true the attached server (see Server#attach) will serve
Page 1 of 4