Understanding gRPC: The Power of Single Long-Lived Connection
When using gRPC, one of its biggest advantages over traditional REST is the use of a single long-lived connection over HTTP/2.

When using gRPC, one of its biggest advantages over traditional REST is the use of a single long-lived connection over HTTP/2.