WebSocket Client

Stuff You Need to Know

This creates a websocket connection as a client. The incoming data is used to send messages to the server, and all received messages are sent to the output. 


How to Configure

Component-specific settings:
  • Host or IP address: The url or IP of the websocket server you want to subscribe to
  • Port (field) - The port of the websocket server
  • URL (field) - The path of the URL beyond the base domain name or IP
  • Secure (checkbox) - Do you want to use a wss: secure connection?
  • Data type (droplist) - Choose either JSON or Plain Text.
  • Parser (field) - Enter the parser text if you selected Plain Text for data type.

Standard settings:

Click here to view information on standard settings.


What Happens Next

All the messages from the subscription are sent on to the next component(s)!