Grpc: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
gRPC is a RPC framework that uses HTTP/2 as transport protocol and [[Protocol Buffers]] as serialization format. | gRPC is a RPC framework that uses HTTP/2 as transport protocol and [[Protocol Buffers]] as serialization format. | ||
It provides the ability to define RPC services and generate the client and server code for the services. It also offers authentication, context propagation and documentation generation. |
Revision as of 23:14, 4 October 2023
External
Overview
gRPC is a RPC framework that uses HTTP/2 as transport protocol and Protocol Buffers as serialization format.
It provides the ability to define RPC services and generate the client and server code for the services. It also offers authentication, context propagation and documentation generation.