EasyRPC是一个远程过程调用(Remote Procedure Call,简称RPC)的最小实现。它使用极少的类、方法演示了RPC的实现原理,是一个学习RPC工作原理的良好示例。
-
Updated
Sep 27, 2024 - Java
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.
EasyRPC是一个远程过程调用(Remote Procedure Call,简称RPC)的最小实现。它使用极少的类、方法演示了RPC的实现原理,是一个学习RPC工作原理的良好示例。
Native, async Python gRPC client and server implementation supporting asyncio, uvloop, and trio
TypeScript RPC (Remote Procedure Call) for WebSocket and Worker protocols
Simple RPC implementation for Arduino.
Python client for the Arduino simpleRPC protocol.
Dirmi is a replacement for Java RMI which supports bidirectional remote objects.
Interprocess communication library, providing the ability to call functions from each other
PS3 API for TMAPI and CCAPI in python.
Tcp-rpc library
Projekt for the Distributed Systems course DBE14
raspend is a small and easy to use web service framework, which is ideal for small to medium-sized home automation projects.
make beautiful typescript apis
rpc_transport is a Go RPC(Remote procedure call) transport layer library for Golang
Remote Procedure Call (RPC) framework written in C.
Simple RMI and IPC library for modern .NET
miloRpc is a fully async Remote Procedure Calling framework for .NET, with minimum overhead and easy to use and understand
Simple, database-free, self-hosted Bitcoin blockchain explorer, via RPC. Built with Node.js, express, bootstrap-v4.
Python project for gRPC.
File upload and download service based on message-oriented, client-server communication, and computation service using remote procedure call (RPC) based communication.
ProtoPHP is an asynchronous binary protocol for inter-service communication in PHP applications.