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
| Function | Description |
|---|---|
WebSocket.Close | Closes a WebSocket object returned by WebSocket.connect. |
WebSocket.connect | Creates two BindableEvents, opens a WebSocket client WebSocket connection to the provided URL, and yields until the connection attempt finishes. |
WebSocket.Send | Sends a Lua string with a WebSocket object returned by WebSocket.connect. |