Found 171 repositories(showing 30)
Gooddbird
c++ async rpc framework. 14w+qps.
Gooddbird
c++ rpc framework, simplified version of tinyrpc。
mbr
A compact, modular transport and protocol agnostic RPC library. Does jsonrpc v2.
Bian-Sh
为 Unity 准备的使用 TCP + JsonUtility + Task 实现的极简的现代网络框架,支持 RPC 和常规消息收发。使用 upm 管理,对项目文件 0 侵入;A minimalistic modern networking framework prepared for Unity using TCP, JsonUtility, and Task to implement support for RPC and regular message sending/receiving. Managed via UPM with zero intrusion into the project files.
Shangyizhou
C++实现的小型rpc框架,帮助构建分布式rpc服务
Jackarain
JSONRPC, much fast, lightweight, async, based boost.beast/asio
renderffx
tinyRPC -> A minimal Typescript RPC framework . Protocol-agnostic inspired by trpc v10 and built for speed
这是一个为 TinyRPC 准备的简易多人游戏示例,仅仅演示了简单的位置同步!This is a simple multiplayer game example prepared for TinyRPC, only demonstrating basic pose synchronization!
Gooddbird
基于 TinyRPC 框架开发的一款服务发现、服务注册中心
Arktische
Pivot Talent Plan networking lab
notinaboat
Simple Julia RPC Protocol based on `serialize`/`deserialize`.
wwwwwwwwt
🏠参考net/rpc实现的rpc框架,并在此基础上,新增了协议交换(protocol exchange)、注册中心(registry)、服务发现(service discovery)、负载均衡(load balance)、超时处理(timeout processing)等特性
guoqi
A very simple rpc framework for C++
RRRRR0204
C++项目—基于muduo网络库和protobuf的小型rpc框架
JustDoIt0910
基于 asio 和 protobuf 的简单 RPC 框架,可选 etcd 作为注册中心,实现轮询、随机、一致性哈希负载均衡策略
ZDeHn
No description available
kiqsont
基于tinyWebLib + protobuf + zookeeper的RPC框架,支持阻塞/非阻塞RPC调用
itblingfeng
netty学习练手项目 一个简单的rpc调用框架
xfarawayx
基于 C++20 协程的 TinyRPC 服务器
avplayer
Nodejs implemention of [avplayer/tinyrpc](https://github.com/avplayer/tinyrpc/)
bluefish288
RPC framework base on Netty/NIO, publish service by ZooKeeper.
Meha555
基于Muduo网络库的C++轻量级RPC框架
dorisoy
No description available
hustlyhang
No description available
markparticle
RPC todo...
khyallin
一款 Go 语言编写的轻量级 RPC 框架。
Dsite42
42 project - This project is centered around the design, development, and organization of a full-stack web application.
kewuaa
tiny rpc framework based on coroutine
CnsMaple
使用cpp完成的tinyrpc项目。
linyegui
一个基于Go语言实现的RPC框架。编解码器支持gob和JSON两种序列化和反序列化方式,客户端支持负载均衡和连接复用,注册中心与服务发现通过HTTP协议实现,也支持etcd。