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.

정의된 용어