Namespace
Represents a pool of sockets connected under a given scope identified by a pathname (eg: /chat
).
By default the client always connects to /
.
Events
-
connection
/connect
. Fired upon a connection.Parameters:
-
Socket
the incoming socket.
-
Please login to continue.