gRPC

gRPC is a modern open source high performance Remote Procedure Call (RPC) framework that can run in any environment. It uses Protocol Buffers as the interface description language and supports bidirectional streaming and flow control. Originally developed by Google, now a CNCF project.

API entry from apis.yml

apis.yml Raw ↑
aid: technical-specifications:grpc
name: gRPC
description: gRPC is a modern open source high performance Remote Procedure Call (RPC) framework that
  can run in any environment. It uses Protocol Buffers as the interface description language and supports
  bidirectional streaming and flow control. Originally developed by Google, now a CNCF project.
humanURL: https://grpc.io/
baseURL: https://grpc.io/docs/
tags:
- gRPC
- Protocol Buffers
- RPC
- Streaming
properties:
- type: Documentation
  url: https://grpc.io/docs/
- type: Website
  url: https://grpc.io/
- type: GitHub
  url: https://github.com/grpc/grpc