Loading...

Logo
DocumentationBehaviorsCustomSocket.io Client
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

URLThe URL of the Socket.io server.
ParametersKey values that will be passed in with the connection.
HeadersAdds custom headers to the initial request.
NamespaceThe namespace to connect to. Default is '/'
PathIf the server uses a custom path. By default it is /socket.io/
Secure with TLSIf 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.

Authenticate OAuth

Connect to Socket

Emit to Socket

Get OAuth Credentials

Get Socket Status

HTTP Request

Open URL

Remove OAuth Credentials

Socket Event