Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shangyizhou committed Dec 3, 2022
1 parent 7cb1d33 commit 304c6de
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# Tiny C++ Network Library

https://img.shields.io/badge/build-passing-green
![build: passing (shields.io)](https://img.shields.io/badge/build-passing-green)![license: MIT (shields.io)](https://img.shields.io/badge/license-MIT-green)

- [项目介绍](#heading-one)
- [项目特点](#heading-two)
- [开发环境](#heading-three)
- [构建项目](#heading-four)
- [运行案例](#heading-five)
- [模块讲解](#heading-six)
[项目介绍](#heading-one)

[项目特点](#heading-two)

[开发环境](#heading-three)

[构建项目](#heading-four)

[运行案例](#heading-five)

[模块讲解](#heading-six)

## 项目介绍



本项目是参考 muduo 实现的基于 Reactor 模型的多线程网络库。使用 C++ 11 编写,内部拥有一个小型的 HTTP 服务器案例,可支持GET请求和静态资源的访问并能处理超时连接。内部附有异步日志实现,监控服务端情况。

## 项目特点
Expand Down

0 comments on commit 304c6de

Please sign in to comment.