Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 433 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 433 Bytes

cppevent

代码量大概在五千行,是在学习muduo源码,和使用boost.asio以后写的玩具网络库。

其中eventloop, poller,logging是muduo源码里学来的, 也有几处借鉴了yedf的handy网络库。在此感谢陈硕和yedf

网络库包含 日志系统, 定时器, 协程, tcp, http 等模块

todo:正在尝试写一个可以用web查看Tcp服务器内部状态的模块