ProtoFlux:WebsocketConnect: Difference between revisions

From Resonite Wiki
add link to impulses
m YoshBot moved page ProtoFlux:Websocket Connect to ProtoFlux:WebsocketConnect: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
|Inputs=
|Inputs=
[
[
{"Name":"*", "Type":"Impulse"},
{"Name":"*", "Type":"Call"},
{"Name":"Client", "Type":"WebsocketClient"},
{"Name":"Client", "Type":"WebsocketClient"},
{"Name":"URL", "Type":"Uri"},
{"Name":"URL", "Type":"Uri"},
Line 19: Line 19:
== Inputs ==
== Inputs ==


=== * ([[Impulses | impulse]]) ===
=== * ([[Impulses | Call]]) ===


An incoming [[Impulses | impulse]] that will trigger the node.
An incoming [[Impulses | Call]] that will trigger the node.


=== Client ([[WebsocketClient (Component) |WebsocketClient]]) ===
=== Client ([[WebsocketClient (Component) |WebsocketClient]]) ===

Latest revision as of 00:41, 21 August 2025

WebsocketConnect
*
Next
Client
URL
HandlingUser
Websockets

This node allows you to connect to a websocket server via the WebSocketClient component.

Inputs

* ( Call)

An incoming Call that will trigger the node.

Client (WebsocketClient)

A WebsocketClient component.

URL (URI)

An URI to the WebSocket server.

HandlingUser (User)

An user that will handle the WebSocket requests.

Outputs

Next ( Continuation)

A continuation impulse to trigger the rest of the code.