ProtoFlux:Websocket Text Message Receiver

From Resonite Wiki
Revision as of 21:26, 9 February 2024 by 989onan (talk | contribs) (fix types)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Websocket Text Message Receiver
OnReceived
Data
Client
null
Websockets

This node will allow you to receive text messages from a WebSocket client.

Outputs

OnReceived (Call)

An Call triggered when a message is received, mostly used to write the data to a store.

Data (String)

The actual message sent by the server as a string.

Globals

Client (WebsocketClient)

A WebSocketClient component.