gRPC (Google Remote Procedure Call)¶
gRPC, short for Google Remote Procedure Call, is a high-performance framework for building APIs and connecting services: especially in microservices architectures.
It was originally developed by Google and is now an open-source project under the Cloud Native Computing Foundation.
See also gRPC quickstart, gRPC Fundamental and Concept and 9 APIs explained.
Related : REST API, Remote Procedure Call (RPC), WebRTC, Websocket, Application Programming Interface (API), Application
Related packages : grpc/grpc, spiral/roadrunner-grpc