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
| Direction | Port | Label |
|---|---|---|
| Input | input | WebSocket message |
| Output | output | Message |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Pathpath | string | "/ws" | URL path the WebSocket server listens on. |
Subprotocolsubprotocol | string | — | Optional WebSocket subprotocol to negotiate. |
Heartbeat (seconds)heartbeatSeconds | int | 30 | Ping interval that keeps idle connections alive. |
Max connectionsmaxConnections | 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.