Remote Procedure Call (RPC)
Remote procedure call (RPC) is when a computer program causes a procedure to execute in a different address space (commonly on another computer on a shared network), which is coded as if it were a normal (local) procedure call, without the programmer explicitly coding the details for the remote interaction.
Here are 135 public repositories matching this topic...
Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
-
Updated
Dec 4, 2024 - Rust
Flexible, Fast & Compact Serialization with RPC
-
Updated
May 31, 2023 - Rust
Displays the content you're currently watching on Discord!
-
Updated
Oct 25, 2024 - Rust
Pure rust building block for distributed systems
-
Updated
May 12, 2024 - Rust
Rust-based WebAssembly Host Runtime for waPC-compliant modules
-
Updated
Jan 21, 2022 - Rust
Lower-level API for interfacing with the NEAR Protocol via JSONRPC.
-
Updated
Nov 12, 2024 - Rust
a msgpack-rpc rust library based on tokio
-
Updated
Apr 9, 2021 - Rust
Autogenerated async RPC bindings that instantly connect a JS or Rust/WASM frontend to a Rust backend via a WebSocket connection.
-
Updated
Jul 31, 2023 - Rust
A library for building p2p, decentralized, and collaborative software.
-
Updated
Dec 4, 2024 - Rust