muduo
There are 42 repositories under muduo topic.
Mihawk086/easy_webrtc_server
基于muduo的简单的webrtc流媒体服务器
AlexStocks/muduo
a muduo branch without boost and cmake, just using c++11 and makefile
BurgerGroup/Burger
:hamburger: c++11 Server based on coroutine and reactor
ouweibin/RtspServer
基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器
importcpp/WebServer
C++高性能网络服务器
no5ix/realtinet
A fast tcp/udp net lib, based on muduo + kcp. 一个快速的tcp/udp网络库, 基于 muduo + kcp .
Anita-Mul/muduo
【muduo 源码解析】
whjkm/Web_Server
💻 High-performance multi-thread web server written by C++
davidditao/DDmuduo
自己实现一个muduo库:记录一下学习muduo库以及C++11的过程。
RandyLambert/LibraryCodeComments
常用开源库(muduo,云风coroutine库,epoll,go1.5.1)源码注释,尽量保证一直更新
liuluheng/levmu
Based on redis protocol, storing data in leveldb, using muduo for communication
ZYunfeii/ElegantDIS
Distributed simulation system based on muduo
NearXdu/MyHttpd
simple http server using MUDUO and tiny_httpd (GET POST support only)
navining/gochat
A chat server and client based on muduo network library, able to work on a cluster server. Using Nginx TCP module for load balancing and Redis as message queue middleware
peigongdh/muduo-todpole
Online chat game use muduo.
RRRRR0204/tinyrpc
C++项目—基于muduo网络库和protobuf的小型rpc框架
mrn3088/triton-chat
Real-time C++ Chat Server based on muduo, MySQL, Redis, nginx.
alongL/openssl_for_muduo
A sample to show how to add openssl support for muduo. It's the same for other networking library.
distanceNing/baseNetLib
模仿muduo 实现事件驱动网络库
EricPengShuai/muduo
learning muduo (one loop per thread) 进阶👉🏻 https://github.com/EricPengShuai/muduo-http
celeron633/MyReactor
personal muduo library implement
jrjsjtu/JNio
A nio framework write by myself
rolandqi/SoL
A C++11 linux server on linux. Using epoll and reactor.
10-Kirito/ClusterChatServer
A cluster chat server(using muduo as the core network module).
Dzy0726/Rocket-TinyRPC
C++实现轻量级RPC分布式网络通信框架
niu0217/Niumuduo
自己学习muduo的一个文档记录
RRRRR0204/chatserver
C++项目—基于muduo网络库的集群聊天服务器
10-Kirito/RPC-Framework
A simple RPC framework using Protobuf and Muduo to implement.
ChaXxl/ChatServer
基于 muduo 网络库的集群聊天服务器, 通过 nginx 进行负载均衡, redis 实现消息订阅
lyyzzz1/clusterChatServer
在Linux环境下基于muduo网络库开发的高并发、高可用的分布式聊天服务器。通过使用muduo库提供的高性能网络IO服务,nginx的TCP负载均衡,以及redis的发布-订阅功能,实现了一个可横向扩展的聊天服务器集群。
NAIUI/Cpp11-NetworkLib
一个基于Cpp11的网络库,无第三方库链接,采用one loop per thread,参考了muduo的设计
RRRRR0204/mymuduo
C++项目—muduo网络库核心组件
celeron633/MyReactor-libev
implemnt muduo with libev
EricPengShuai/muduo-http
再次重构 mymuduo,重点关注计时器以及HTTPServer,模块化 CMakeLists.txt