Junior — Middle
What communication protocol is used for data transfer in gRPC?
sobes.tech AI
Answer from AI
gRPC uses HTTP/2 as the transport protocol for data transfer. HTTP/2 provides efficient multiplexing of requests, header compression, and stream support, enabling gRPC to implement high-performance and bidirectional communication between client and server.