Warning
Still work in progress.
This is a gRPC library for the Zig programming language built on top of the C Core library. It provides an efficient and expressive way to communicate between microservices using the gRPC protocol in Zig.
- Full Integration with Zig: Seamless usage with Zig's build system and standard library.
- Performance: Built on top of the robust gRPC C Core library.
- Bi-directional Streaming: Support for full-duplex streaming RPCs.
- Pluggable: Supports custom authentication, load balancing, retries, etc.
- Zig compiler version 0.x.x or newer.
WIP