mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-11-29 18:27:43 +08:00
Update README
This commit is contained in:
parent
4f975dd7ef
commit
4db148a5af
@ -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.
|
||||
|
||||
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**
|
||||
|
@ -34,4 +34,4 @@ Drogon的主要应用平台是Linux,也支持Mac OS、FreeBSD,目前还不
|
||||
* 支持插件,可通过配置文件在加载期动态拆装;
|
||||
* 支持内建插入点的AOP
|
||||
|
||||
### 更多详情请浏览 [wiki](https://github.com/an-tao/drogon/wiki/Chinese-home)
|
||||
### 更多详情请浏览 [wiki](https://github.com/an-tao/drogon/wiki/01-概述)
|
Loading…
Reference in New Issue
Block a user