Pure Nim gRPC implementation. It works on top of hyperx. Tested with go-grpc server/client interop tests.
nimble install grpc
Nim +2.0
- OpenSSL
Read the examples and the interop tests.
This lib uses the protobuf_serialization package to serialize the protobuf messages.
The protobuf types generated by importProto3 can be inspected by defining -d:LogGeneratedTypes which will generate a file next to the compiled nim file with the types.
The -d:grpcDebug define will print debugging
messages and error traces
MIT