TMS FNC WebSocket Server guides
TTMSFNCWebSocketServer accepts WebSocket clients and exchanges text and binary
messages with them. You choose a port, set the server active, and react to clients
through its events; SendMessageTo relays messages to the clients you choose.
These task-oriented chapters cover running a server and broadcasting between
clients.
New to the component? Start with Get started for the shortest working path, then return here for depth.
Chapters
| Chapter | Covers |
|---|---|
| Running a server | Port, the server lifecycle (Active), connection events, and TLS. |
| Broadcasting messages | Relaying messages between clients with SendMessageTo. |