Custom
Socket.io Client
Last updated September 28, 2018
Description
A Socket.io Client. All socket behaviors will need a client to perform operations with since this behavior is the gate keeper to your server. It stores all your settings and necessary server information and also handles all incoming and outgoing traffic, then routes to other necessary behaviors (connect, emit, event).
Properties
Triggers Immediately
| URL | The URL of the Socket.io server. |
| Parameters | Key values that will be passed in with the connection. |
| Headers | Adds custom headers to the initial request. |
| Namespace | The namespace to connect to. Default is '/' |
| Path | If the server uses a custom path. By default it is /socket.io/ |
| Secure with TLS | If the connection should use TLS. Default is off. |
Outputs
This behavior does not have any outputs.
Examples
Use this behaviour if you want to make real-time bidirectional event-based communication like multiplayer games, chat apps, etc.

