Grpc_eio.Server
include Grpc.Server.S
val v : unit -> t
v ()
creates a new server.
add_service ~name ~service t
adds service
to t
and ensures that it is routable via name
.
module Rpc : sig ... end
module Service : sig ... end
module Typed_rpc : sig ... end
This is an experimental API to build RPCs on the server side. Compared to