RPC - Definição do Glossário CI/CD
Um RPC (Remote Procedure Call) invoca uma função em um serviço remoto como se fosse local, com um stub cuidando da serialização e do transporte. gRPC e JSON-RPC são implementações comuns.
Guias relacionados
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…