Skip to content

ScalaPB meets ZIO: write purely functional gRPC services and clients using ZIO

License

Notifications You must be signed in to change notification settings

devsisters/zio-grpc

 
 

Repository files navigation

ZIO gRPC Logo

Snapshot Artifacts

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 Stream to let you easily implement streaming requests.
  • Cancellable RPCs: client-side ZIO interruptions are propagated to the server to abort the request and save resources.

About

ScalaPB meets ZIO: write purely functional gRPC services and clients using ZIO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 93.6%
  • JavaScript 4.3%
  • CSS 1.1%
  • Other 1.0%