zRPC

⛓️ gRPC library for zig built on C Core library

MIT License

Stars
5

[!WARNING] Still work in progress.

Features

  • 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.

Requirements

  • Zig compiler version 0.x.x or newer.

Installation

WIP