gRPC Core

gRPC Streaming

gRPC Specification Tháng 8 2016 Xem tài liệu chính thức →

Tóm tắt

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.

Thuật ngữ được định nghĩa