lgc1112 / cpp20coroutine-protobuf-rpcLinks
A lightweight, simple, and easy-to-understand high-performance RPC implementation framework based on C++20 stackless coroutines and protobuf. With a small amount of code, it implements all the basic features of RPC, making it suitable for learning or as a basis for stackless coroutine-based RPC development.
☆26Updated 2 years ago
Alternatives and similar repositories for cpp20coroutine-protobuf-rpc
Users that are interested in cpp20coroutine-protobuf-rpc are comparing it to the libraries listed below
Sorting:
- A distributed service governance framework. 分布式服务治理框架☆434Updated last year
- A pluggable, high-performance RPC framework written in cpp☆347Updated 4 months ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆84Updated 3 years ago
- The modern c++ rpc library implemented in a few hundred lines of code☆445Updated 6 years ago
- A coroutine framework aimed at high-concurrency io with reasonable latency, based on io_uring.☆583Updated last year
- Multithreaded network library in C++17☆93Updated 4 years ago
- coroutine;fiber;boost fiber☆93Updated 4 years ago
- 基于C++ Coroutines编写的无栈协程库☆627Updated 2 years ago
- ☆45Updated last year
- brpc源码分析☆348Updated 6 years ago
- Tiny and simple c++ rpc library☆86Updated 7 years ago
- A C++17-based lightweight high-performance network library☆265Updated 2 years ago
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆537Updated 2 years ago
- <-- workflow 中文注释 / demos / 源码解析☆309Updated 3 years ago
- 腾讯开源框架Tars源码学习笔记---从头搭建Tars rpc☆111Updated 7 years ago
- 基于C++11的muduo网络库☆119Updated 4 years ago
- 使用 C++ 17 编写的高并发高性能网络库☆10Updated 4 years ago
- JSON-RPC implementation in C++17☆349Updated 4 years ago
- C++11版本muduo网络库 除去了对boost库的依赖☆241Updated 3 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆79Updated 7 years ago
- Coroutine Workflow based on C++ 20☆70Updated last month
- A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc☆552Updated last year
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆67Updated 3 years ago
- c++ rpc framework, simplified version of tinyrpc。☆250Updated last year
- 📚一个三级缓存的高并发内存池☆62Updated 6 years ago
- C++ language framework rpc source code implementation☆550Updated last week
- C++20 Coroutine Library for Education Purpose (WIP)☆259Updated 11 months ago
- 从零开始重写sylar C++高性能分布式服务器框架