gRPC Core

gRPC Streaming

gRPC Specification 8月 2016 公式ドキュメントを見る →

概要

The gRPC streaming specification defines four RPC types: unary, server streaming, client streaming, and bidirectional streaming. All streaming is built on HTTP/2 multiplexed streams, allowing multiple concurrent message flows over a single TCP connection with backpressure support.

定義済み用語