Table of Contents

TMS FNC WebSocket Server

TTMSFNCWebSocketServer is a headless component for hosting a WebSocket endpoint that accepts multiple simultaneous client connections and exchanges text or binary messages.

Documentation

Start here Use when
Get started Install, configure, start a server, and handle your first client connection.
Guides Task guides: SSL, broadcasting, connection filtering, and custom HTTP handling.
API reference Full property, method, and event reference.
Release notes You want to see what changed in recent versions.

Key classes

Class Role
TTMSFNCWebSocketServer Main server component.
TTMSFNCWebSocketServerConnection Represents a single connected client.
TTMSFNCWebSocketConnections Collection of all active server-side client connections.
TTMSFNCWebSocketConnection Base connection with send, ping, pong, and close frame support.

See Also