This is a simple gRPC client using @grpc/grpc-js.
The client is generated by @protobuf-ts/plugin with the plugin
option --ts_opt client_grpc1
.
The client can be run against one of the example gRPC servers:
- example-node-grpc-backend-server (grpc-backend)
- example-node-grpc-server (@grpc/grpc-js)
- example-dotnet-grpc-server (dotnet)
To run the client, execute make
.