An open API service indexing awesome lists of open source software.

https://github.com/hendriknielaender/zrpc

⛓️ gRPC library for zig built on C Core library
https://github.com/hendriknielaender/zrpc

grpc grpc-client grpc-server zig ziglang

Last synced: about 1 year ago
JSON representation

⛓️ gRPC library for zig built on C Core library

Awesome Lists containing this project

README

          

> [!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