Modify the README

This commit is contained in:
antao 2019-01-27 12:29:00 +08:00
parent 5cbbe7729f
commit b37aa3da6c
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
**Drogon** is a C++11-based HTTP application framework. Drogon can be used to easily build various types of web application server programs using C++. **Drogon** is the name of a dragon in the American TV series "Game of Thrones" that I really like.
Drogon's main application platform is Linux. It also supports Mac OS and FreeBSD. There is no plan to support Windows. Its main features are as follows:
Drogon's main application platform is Linux. It also supports Mac OS and FreeBSD. Currently it does not support windows. Its main features are as follows:
* The network layer uses a NIO framework based on epoll (kqueue under MacOS/FreeBSD) to provide high-concurrency, high-performance network IO;
* Full asynchronous programming mode;

View File

@ -8,7 +8,7 @@
**Drogon**是一个基于C++11的Http应用框架使用Drogon可以方便的使用C++构建各种类型的Web应用服务端程序。
本版本库是github上[Drogon工程](https://github.com/an-tao/drogon)的镜像库。**Drogon**是作者非常喜欢的美剧《权力的游戏》中的一条龙的名字(汉译作卓耿)和龙有关但并不是dragon的误写为了不至于引起不必要的误会这里说明一下。
Drogon的主要应用平台是Linux也支持Mac OS、FreeBSD目前还没有支持Windows的计划。它的主要特点如下:
Drogon的主要应用平台是Linux也支持Mac OS、FreeBSD目前还不支持Windows。它的主要特点如下:
* 网络层使用基于epoll(MacOS/FreeBSD下是kqueue)的NIO框架提供高并发、高性能的网络IO。详细请见[性能测试](https://gitee.com/an-tao/drogon/wikis/性能测试)
* 全异步编程模式;

@ -1 +1 @@
Subproject commit b715433c612e26289c4a75721f17cf3c86c9c1ee
Subproject commit 1173464eb3eb521232c84a76dc98ac91fa34b9e5