Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
developers:websocket:connecting [2025/03/14 02:53] – created chad | developers:websocket:connecting [2025/03/14 03:11] (current) – chad | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== WebSocket Connection ===== | ===== WebSocket Connection ===== | ||
- | ^ Environment ^ WebSocket URL ^ | + | <WRAP 50%> |
- | | **Live** | `wss:// | + | ^ **Environment** ^ **WebSocket URL** ^ |
- | | **Simulator** | `wss:// | + | | **Live** | %%wss:// |
+ | | **Simulator** | %%wss:// | ||
+ | </ | ||
+ | |||
+ | |||
Clients must connect using **WebSocket Secure (WSS) over SSL/TLS** on port **443**. Messages are encoded using **Google Protocol Buffers (Protobuf)**. | Clients must connect using **WebSocket Secure (WSS) over SSL/TLS** on port **443**. Messages are encoded using **Google Protocol Buffers (Protobuf)**. |