ProtoFlux:Websocket Connect: Difference between revisions

From Resonite Wiki
m recategorize
fix type links
Line 19: Line 19:
== Inputs ==
== Inputs ==


=== * ===
=== * (Impulse) ===


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


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


A [[WebsocketClient (Component) | WebsocketClient]] component.
A [[WebsocketClient (Component) | WebsocketClient]] component.


=== URL ===
=== URL ([[Type:Uri |URI]]) ===


An [[Types:Uri | URI]] to the WebSocket server.
An [[Type:Uri | URI]] to the WebSocket server.


=== HandlingUser ===
=== HandlingUser ([[Type:User|User]]) ===


An [[Types:User | user]] that will handle the WebSocket requests.
An [[Type:User | user]] that will handle the WebSocket requests.


== Outputs ==
== Outputs ==

Revision as of 18:58, 15 January 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

A continuation impulse to trigger the rest of the code.