Hook Module
Deals with user registration/authentication
Example:
Connecting through websockets.
var channel = client.channel('messages', { transport: "websockets" });
Force socket server endpoint.
var channel = client.channel('messages', {
transport: "websockets",
url: "ws://localhost:8080"
});
This module provides the following classes: