HTTP/2 & gRPC — High-Performance RPC Framework
In the previous two articles, we have seen HTTP/1.1 and HTTP/2 in depth. In this article, we will look at the basics of gRPC and its architecture.
gRPC is an open-source high-performance RPC (Remote Procedure Call) framework which Google initially developed as a general-purpose RPC infrastructure to connect a large number of microservices.
gRPC is a great tool to implement service-to-service communication in a microservice world.