WebSocket Node Catalog
Generated category
WebSocket Node Catalog
Generated from 4 catalog nodes in Web/WebSocket.
Nodes in this category
Showing 4 of 4 generated node docs.
WebSocket Close
Web/WebSocketCloses an open WebSocket connection gracefully
WebSocket Connect
Web/WebSocketOpens a WebSocket connection. Immediately triggers on_connect with the session, then invokes on_message for each incoming message. Holds execution until the connection closes, then triggers on_close.
WebSocket Send
Web/WebSocketSends a message through an open WebSocket connection
WebSocket Server
Web/WebSocketBinds a WebSocket server. Typed lifecycle events are exposed as pins; incoming messages are delivered to the referenced on-message handler.