WebSocket Trigger

trigger.websocket Input v0.1.0

Accepts a persistent WebSocket connection; each inbound message starts the workflow, and data sent to its feedback input is pushed back to connected clients.

Ports

DirectionPortLabel
InputinputWebSocket message
OutputoutputMessage

Properties

PropertyTypeDefaultDescription
Path
path
string "/ws" URL path the WebSocket server listens on.
Subprotocol
subprotocol
string Optional WebSocket subprotocol to negotiate.
Heartbeat (seconds)
heartbeatSeconds
int 30 Ping interval that keeps idle connections alive.
Max connections
maxConnections
int Optional cap on concurrent connections.

This page is generated from the node registry by gen-node-docs.mjs on every site build — ports, properties, defaults and visibility rules cannot drift from the code.