ProtoFlux:Websocket Text Message Receiver: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page Websocket Text Message Receiver (ProtoFlux) to ProtoFlux:Websocket Text Message Receiver: Creating protoflux Namespace
m fixed impulses links
Line 16: Line 16:
== Outputs ==
== Outputs ==


=== OnReceived ([[Impulse |impulse]]) ===
=== OnReceived ([[Impulses |impulse]]) ===


An [[Impulse | impulse]] triggered when a message is received, mostly used to write the data to a store.
An [[Impulses | impulse]] triggered when a message is received, mostly used to write the data to a store.


=== Data ([[Types:String |String]])===
=== Data ([[Types:String |String]])===

Revision as of 00:15, 4 February 2024

Websocket Text Message Receiver
OnReceived
Data
Client
null
Websockets

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

Outputs

OnReceived (impulse)

An impulse 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.