Welcome to ZIO-gRPC
November 13, 2022 ยท View on GitHub

Welcome to ZIO-gRPC
This library enables you to write purely functional gRPC services using ZIO.
Documentation
Highlights
- Supports all types of RPCs (unary, client streaming, server streaming, bidirectional).
- Uses ZIO's
Streamto let you easily implement streaming requests. - Cancellable RPCs: client-side ZIO interruptions are propagated to the server to abort the request and save resources.