Skip to main content

Module net_server

Module net_server 

Source
Expand description

TCP coordinator server — wraps the in-memory Coordinator with a TCP server.

Listens on a TCP port. Each client connection gets its own thread. Routes protocol messages to the Coordinator’s API.

Structs§

CoordinatorServer
TCP coordinator server.

Type Aliases§

SharedCoordinator
Thread-safe coordinator shared across connection handlers.