Open WebSocket
- Updated2023-02-17
- 2 minute(s) read
Open WebSocket
Creates a WebSocket connection using the specified URL.
Use this node with other WebSocket nodes to stream messages to and from a WebSocket server. You must close the WebSocket session using Close WebSocket.
Inputs/Outputs

url
URL of the websocket server you want to use for this websocket session. This URL must use the form ws://<server-address> or wss://<server-address>.

subprotocols
Specifies the sub-protocols you want to use for the websocket session.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

protocol
The subprotocol that the specified websocket server selects.

websocket session out
Unique value that identifies the websocket session.

error out
Error information.
The node produces this output according to standard error behavior.