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
The -d:grpcDebug
define will print debugging
messages and error traces
- Client
- Server
- Compression
- Interop tests
- TLS / non-TLS
- Code gen proto Service
- JSON
- UDS
- Auth
MIT