gRPC - CI/CD Glossary Definition
gRPC is an RPC framework that runs over HTTP/2 and serializes with Protocol Buffers. It supports unary and streaming calls and generates typed clients, favored for internal microservice traffic.
Related guides
RPC - CI/CD Glossary DefinitionRPC makes a call to a remote service look like a local function call, hiding the network behind a generated s…
Protobuf - CI/CD Glossary DefinitionProtocol Buffers are a compact, schema-defined binary serialization format used by gRPC for fast, versioned,…
REST - CI/CD Glossary DefinitionREST is an architectural style for web APIs that models resources as URLs and uses HTTP verbs and status code…