Update README

This commit is contained in:
antao 2019-06-26 16:49:29 +08:00
parent 4f975dd7ef
commit 4db148a5af
2 changed files with 2 additions and 2 deletions

View File

@ -181,4 +181,4 @@ As you can see, users can use the `HttpController` to map paths and parameters a
In addition, you can also find that all handler interfaces are in asynchronous mode, where the response is returned by a callback object. This design is for performance reasons because in asynchronous mode the drogon application can handle a large number of concurrent requests with a small number of threads. In addition, you can also find that all handler interfaces are in asynchronous mode, where the response is returned by a callback object. This design is for performance reasons because in asynchronous mode the drogon application can handle a large number of concurrent requests with a small number of threads.
After compiling all of the above source files, we get a very simple web application. This is a good start. **for more information, please visit the [wiki](https://github.com/an-tao/drogon/wiki) site** After compiling all of the above source files, we get a very simple web application. This is a good start. **for more information, please visit the [wiki](https://github.com/an-tao/drogon/wiki/01-Overview) site**

View File

@ -34,4 +34,4 @@ Drogon的主要应用平台是Linux也支持Mac OS、FreeBSD目前还不
* 支持插件,可通过配置文件在加载期动态拆装; * 支持插件,可通过配置文件在加载期动态拆装;
* 支持内建插入点的AOP * 支持内建插入点的AOP
### 更多详情请浏览 [wiki](https://github.com/an-tao/drogon/wiki/Chinese-home) ### 更多详情请浏览 [wiki](https://github.com/an-tao/drogon/wiki/01-概述)