Websocket Connect (LogiX node)

From Neos Wiki
Jump to navigation Jump to search
Other languages:
English • ‎日本語

This article or section is a Stub. You can help the Neos Wiki by expanding it.


Websocket Connect
'Websocket Connect' LogiX node
Inputs
  Impulse Connect
  WebsocketClient Client
  Uri URL
  User HandlingUser
Outputs
  Impulse OnConnectStart

The Websocket Connect node allows the User specified in HandlingUser to connect to a websocket endpoint, as defined by Client

Usage

This node must be used in conjunction with other WebSocket nodes to establish communication with an endpoint, which is defined by a Websocket Client component that is passed to the Client input.

The OnConnectStart impulse signifies that the Client has started the connection process - it does *not* mean that the client has successfully connected.

Connection success/fail events are provided by the Websocket Connection Events Node

Examples

Node Menu

Network / Websocket
Back Websocket Connect Websocket Connection Events Websocket Text Message Receiver Websocket Text Message Sender