ProtoFlux:Websocket Connect: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page Websocket Connect (ProtoFlux) to ProtoFlux:Websocket Connect: Creating protoflux Namespace
add link to impulses
Line 19: Line 19:
== Inputs ==
== Inputs ==


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


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


=== Client ([[WebsocketClient (Component) |WebsocketClient]]) ===
=== Client ([[WebsocketClient (Component) |WebsocketClient]]) ===
Line 37: Line 37:
== Outputs ==
== Outputs ==


=== Next ===
=== Next ([[Impulses | Continuation]]) ===


A continuation impulse to trigger the rest of the code.
A continuation impulse to trigger the rest of the code.


[[Category:ProtoFlux:Network:Websockets]]
[[Category:ProtoFlux:Network:Websockets]]

Revision as of 00:24, 4 February 2024

WebsocketConnect
*
Next
Client
URL
HandlingUser
Websockets

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

Inputs

* ( impulse)

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