Websocket Text Message Receiver
null
∅
Websockets
This node will allow you to receive text messages from a WebSocket client.
Outputs
OnReceived
An impulse triggered when a message is received, mostly used to write the data to a store.
Data
The actual message sent by the server as a string.
Globals
Client
A WebSocketClient component.