Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 628 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 628 Bytes

gRpc

Pure Nim gRPC implementation. It works on top of hyperx. Tested with go-grpc server/client interop tests.

Install

nimble install grpc

Compatibility

Nim +2.0

Requirements

  • OpenSSL

Usage

Read the examples and the interop tests.

Debugging

The -d:grpcDebug define will print debugging messages and error traces

Limitations

  • The protobuf library does not support enums. You may change enums to int32 and they will work fine for interop.

LICENSE

MIT