voidccc / mini-muduo
a mini implementation of muduo
☆128Updated 10 years ago
Alternatives and similar repositories for mini-muduo:
Users that are interested in mini-muduo are comparing it to the libraries listed below
- muduo v1.0.4的注释版☆92Updated 9 years ago
- kimgbo是muduo网络库的重构版本☆139Updated 7 years ago
- In this repository, I can teach you how to write an excellent rpc lib using C++.☆73Updated 5 years ago
- a simple network library☆192Updated 4 years ago
- Multithreaded network library in C++17☆87Updated 3 years ago
- 大并发服务器课程源代码☆305Updated 4 years ago
- A High Performance Multithread Network Library☆108Updated 6 years ago
- 《Linux 高性能服务器》附带的项目程序springsnil详细解读,一个负载均衡服务器☆115Updated 6 years ago
- Reactor Pattern Implemention☆65Updated 5 years ago
- The modern c++ rpc library implemented in a few hundred lines of code☆443Updated 5 years ago
- A C++ Tiny Web Server☆107Updated 4 years ago
- A WebServer write by C++☆130Updated 5 years ago
- JSON-RPC implementation in C++17☆345Updated 3 years ago
- Tutorial of Muduo network library☆520Updated 5 years ago
- 学习muduo网络库的一些笔记☆103Updated 4 years ago
- 腾讯开源框架Tars源码学习笔记---从头搭建Tars rpc☆111Updated 6 years ago
- 修改了WebBench的源码,使其可以支持针对HTTP长连接的测试☆53Updated 7 years ago
- Tiny and simple c++ rpc library☆83Updated 6 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 2 years ago
- 一个简单的reactor模式实现☆32Updated 5 years ago
- Google Protobuf RPC based on Muduo☆198Updated 5 years ago
- <-- workflow 中文注释 / demos / 源码解析☆284Updated 2 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆77Updated 6 years ago
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆518Updated last year
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆195Updated last year
- yfs是一个分布式文件系统(mit6.824)☆72Updated 5 years ago
- 基于协程和事件循环的c++网络库☆58Updated 5 years ago
- C++11版本muduo网络库 除去了对boost库的依赖☆209Updated 2 years ago
- A distributed service governance framework. 分布式服务治理框架☆409Updated 10 months ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆77Updated 2 years ago