gRPC
Google's RPC framework over HTTP/2 — compact binary protocol with strong types (Protobuf).
Faster and smaller than REST/JSON. Bidirectional streaming. Common between microservices. Less common in the browser (needs a gRPC-Web bridge).
Google's RPC framework over HTTP/2 — compact binary protocol with strong types (Protobuf).
Faster and smaller than REST/JSON. Bidirectional streaming. Common between microservices. Less common in the browser (needs a gRPC-Web bridge).