Remote Procedure Call (RPC) topic

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.

List Remote Procedure Call (RPC) repositories

Coercer

1.5k
Stars
163
Forks
Watchers

A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 12 methods.

node-client

455
Stars
46
Forks
Watchers

Nvim Node.js client and plugin host

flatbuffers

22.1k
Stars
3.2k
Forks
647
Watchers

FlatBuffers: Memory Efficient Serialization Library

binrpc

15
Stars
10
Forks
Watchers

HomeMatic xmlrpc_bin:// protocol server and client

cdp

715
Stars
48
Forks
Watchers

Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language.

gentle_rpc

45
Stars
9
Forks
Watchers

JSON-RPC 2.0 library with HTTP and WebSockets support for deno and the browser

discordrpc

5
Stars
0
Forks
Watchers

Fast Discord RPC Client written in Rust 🦀

bitcoin-core

473
Stars
182
Forks
Watchers

A modern Bitcoin Core REST and RPC client.

twisk

127
Stars
4
Forks
Watchers

Golang RPC starter kit with Twirp

jsonrpc

185
Stars
23
Forks
Watchers

The jsonrpc package helps implement of JSON-RPC 2.0