Skip to content

[grpc]

gRPC implementation of network communication endpoints.

The classes implemented here are:

  • GrpcClient: Client-side network communication endpoint implementation using gRPC.
  • GrpcServer: Server-side network communication endpoint implementation using gRPC.

The protobufs submodule is also exposed, that provides with backend code auto-generated from a protobuf file, and is not considered part of the declearn stable API.