From the course: Building Java Microservices with gRPC

gRPC framework overview

From the course: Building Java Microservices with gRPC

Start my 1-month free trial

gRPC framework overview

- [Instructor] GRPC framework is an open source RPC framework that was designed and released by Google in 2015. This is being widely adopted to build microservices. It provides strong foundations so that you can build faster, more efficient, and robust services. The biggest advantage that gRPC framework comes with is that it works with HTTP/2 protocol. HTTP/2 is used for interservice communication in the gRPC framework, which makes it a high performance framework.

Contents