gRPC
gRPC Remote Procedure Calls
protocolsmedium
gRPC is a high-performance framework for service-to-service calls, using HTTP/2 and compact binary messages (Protocol Buffers) instead of JSON text. Microservice backends favor it for speed and typed contracts. It is less visible to traditional web tooling than REST, which cuts both ways: harder for casual attackers to poke at, and harder for security teams to inspect unless their proxies and scanners speak it.