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.
ginrpc
gin auto binding,grpc, and annotated route,gin 注解路由, grpc,自动参数绑定工具
advanced-go-programming-book
:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
adobe-rpc
Discord Rich Presence for all of your Adobe apps. 🎨
areg-sdk
AREG is an asynchronous Object RPC framework to simplify multitasking programming by blurring borders between processes and treating remote objects as if they coexist in the same thread.
rpc-bench
RPC Benchmark of gRPC, Aeron and KryoNet
RETC
An application used to convert razer effects to multiple output sdks.
SpoolSploit
A collection of Windows print spooler exploits containerized with other utilities for practical exploitation.
spring-amqp-rpc
使用 SpringBoot+SpringAMQP+RabbitMQ 实现 RPC 的 demo