Skip to main content

Module server

Module server 

Source
Expand description

RPC Server built on mill-net’s TcpServer.

The server accepts TCP connections, parses Mill-RPC frames, dispatches requests to registered services, and sends back responses.

Structs§

RpcServer
RPC Server that hosts one or more services.
RpcServerBuilder
Builder for constructing an RpcServer.