Action
Descriptive full API of an Action.
Last updated
Descriptive full API of an Action.
Last updated
.io() -> function(socket, packet)
is used to transform an action on a socket middleware. This way the action will be invoked if a client-socket emit on the proper route. To understand the process of event handling, you can refer to Documentation.