On Client Side
On Server Side
List all the sockets
Namespace
The path of a socket
default namespace : /
Custom namespace
Connect to a namespace on client side
Room
Within each namespace, you can also define channels that sockets can join and leave.
The Default room
Each Socket in Socket.IO is identified by a unique identifier Socket#id
and automatically joins a room identified by this id.
Debugging
On client side (browsers)
On server side (node)
Cheatsheet