RPC - CI/CD Glossary Definition
An RPC (Remote Procedure Call) invokes a function on a remote service as if it were local, with a stub handling serialization and transport. gRPC and JSON-RPC are common implementations.
Related guides
gRPC - CI/CD Glossary DefinitiongRPC is a high-performance RPC framework using HTTP/2 and Protocol Buffers, supporting streaming and code-gen…
Serialization - CI/CD Glossary DefinitionSerialization converts an in-memory object into a byte stream or string for storage or transport, so it can b…
REST - CI/CD Glossary DefinitionREST is an architectural style for web APIs that models resources as URLs and uses HTTP verbs and status code…