Loading...

Logo
DocumentationBehaviorsCustomEmit to Socket
Custom

Emit to Socket

Last updated September 28, 2018

Description

Tells the Socket.io Client to send data to the server.

Properties

Triggers on Completion

Socket BehaviourThe Socket.io client to perform the function on.
EventThe event that the server is listening for.
ValueData to send to the Socket.io server.

Outputs

DataOutputs the data returned from the server. It can be in JSON format, text, a value or other format.

Examples

When your player is finishing moving, tell the server where the player moved to. Then the server can broadcast an event telling all the other connections that it should update their positions.

Authenticate OAuth

Connect to Socket

Get OAuth Credentials

Get Socket Status

HTTP Request

Open URL

Remove OAuth Credentials

Socket Event

Socket.io Client