Rpc Glossary

Browse 6 rpc terms defined in plain English, from the cultural dictionary of computing.

6 Rpc Terms

gRPC
A high-performance, open-source RPC framework developed by Google. Uses HTTP/2 for transport, Protocol Buffers for serialization, and supports streaming...
gRPC
A high-performance RPC framework based on Protocol Buffers, commonly used for typed service-to-service communication.
gRPC Streaming
A gRPC Streaming is a development concept used to shape how software is built, executed, or maintained in real systems. Developers rely on it to make code...
Marshalling
The process of transforming in-memory objects into a format suitable for transmission across a network or process boundary — including serialization, type...
Remoting
A programming paradigm that allows objects or methods to be invoked across process or machine boundaries as if they were local, abstracting away network...
tRPC
A framework for building end-to-end typesafe APIs in TypeScript without code generation or schemas. tRPC lets you define API procedures on the server and call...

Related Topics