There are 1 repository under muduo topic.
a muduo branch without boost and cmake, just using c++11 and makefile
:hamburger: c++11 Server based on coroutine and reactor
💻 High-performance multi-thread web server written by C++
常用开源库(muduo,云风coroutine库,epoll,go1.5.1)源码注释,尽量保证一直更新
Distributed simulation system based on muduo
Real-time C++ Chat Server based on muduo, MySQL, Redis, nginx.
A sample to show how to add openssl support for muduo. It's the same for other networking library.
learning muduo (one loop per thread) 进阶👉🏻 https://github.com/EricPengShuai/muduo-http
A cluster chat server(using muduo as the core network module).
A simple RPC framework using Protobuf and Muduo to implement.
一个基于Cpp11的网络库,无第三方库链接,采用one loop per thread,参考了muduo的设计
再次重构 mymuduo,重点关注计时器以及HTTPServer,模块化 CMakeLists.txt
在Linux环境下基于muduo网络库开发的高并发、高可用的分布式聊天服务器。通过使用muduo库提供的高性能网络IO服务,nginx的TCP负载均衡,以及redis的发布-订阅功能,实现了一个可横向扩展的聊天服务器集群。