You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assimbly edited this page May 20, 2022
·
3 revisions
The WebSocket component allows communicating with clients using websocket. WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection.
Path
http(s)://hostname
The hostname. The default value is 0.0.0.0. Setting this option on the component will use the component configured value as default.
Path Examples
http(s)://example
Common options
port:
The port number. The default value is 9292. Setting this option on the component will use the component configured value as default.
resourceUri:
Name of the websocket channel to use.