Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 861 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 861 Bytes

Warning

Still work in progress.

zRPC logo

⚡zRPC - gRPC for Zig (Built on C Core Library)

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.


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