Junior — Middle
What version of the HTTP protocol does gRPC use for data exchange?
sobes.tech AI
Answer from AI
gRPC uses the HTTP/2 protocol for data exchange. HTTP/2 provides efficient bidirectional streaming, request multiplexing, and header compression, which improves performance and reduces latency compared to HTTP/1.1.