This version is still in development and is not considered stable yet. For the latest stable version, please use Spring gRPC 1.0.3!

Spring GRPC

The Spring gRPC project aims to streamline the development of gRPC applications.

The Getting Started section shows you how to create your first gRPC application. Subsequent sections delve into each component and common use cases with a code-focused approach.

The server section provides a high-level overview of gRPC servers and their representation in Spring gRPC.

The client section does the same for gRPC clients. A gRPC application can be a client and a server at the same time.