ghostdogpr / proteus   0.2.0

Apache License 2.0 Website GitHub

Code-first Protobuf and gRPC library for Scala

Scala versions: 3.x
Scala.js versions: 1.x

Proteus

Maven Central License

Proteus is a Scala open source library for working with Protobuf and gRPC.

It is designed to be code-first, meaning that it is able to generate Protobuf codecs and .proto files directly from your Scala code.

It also provides a declarative way to define gRPC services in Scala, a bit like tapir does for HTTP services. You can define messages, RPCs, and services in Scala, then generate clients and servers for them, using a variety of backends (direct style, Future, ZIO, fs2, Ox).

It is available for Scala 3.3.x LTS and later versions. The core module is available for both Scala JVM and Scala.js.

Consult the Documentation to learn how to use Proteus.