mirror of
https://github.com/nitely/nim-grpc
synced 2026-01-13 17:51:48 +00:00
No description
| .github | ||
| examples | ||
| src | ||
| tests | ||
| .env | ||
| .gitignore | ||
| grpc.nimble | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
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