Category

WebSocket

Bidirectional WebSocket connections.

Category guide

Overview

Use this overview to understand the category before opening a specific function.
  • See what this group of functions is meant to solve.
  • Compare function names and descriptions in one table.
  • Open a function for syntax, arguments, returns, and examples.

WebSocket

Available functions

3 functions
FunctionDescription
WebSocket.CloseCloses an open WebSocket connection.
WebSocket.connectOpens a WebSocket connection to a URL and returns the socket handle.
WebSocket.SendSends text or binary data through an open WebSocket connection.