Update README
This commit is contained in:
parent
7d38a9427c
commit
f5c97d33cd
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
* Use a non-blocking I/O network lib based on epoll (kqueue under MacOS/FreeBSD) to provide high-concurrency, high-performance network IO, please visit the [benchmarks](https://github.com/an-tao/drogon/wiki/benchmarks) page for more details;
|
* Use a non-blocking I/O network lib based on epoll (kqueue under MacOS/FreeBSD) to provide high-concurrency, high-performance network IO, please visit the [benchmarks](https://github.com/an-tao/drogon/wiki/13-Benchmarks) page for more details;
|
||||||
* Provide a completely asynchronous programming mode;
|
* Provide a completely asynchronous programming mode;
|
||||||
* Support Http1.0/1.1 (server side and client side);
|
* Support Http1.0/1.1 (server side and client side);
|
||||||
* Based on template, a simple reflection mechanism is implemented to completely decouple the main program framework, controllers and views.
|
* Based on template, a simple reflection mechanism is implemented to completely decouple the main program framework, controllers and views.
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
Drogon的主要应用平台是Linux,也支持Mac OS、FreeBSD,目前还不支持Windows。它的主要特点如下:
|
Drogon的主要应用平台是Linux,也支持Mac OS、FreeBSD,目前还不支持Windows。它的主要特点如下:
|
||||||
|
|
||||||
* 网络层使用基于epoll(MacOS/FreeBSD下是kqueue)的非阻塞IO框架,提供高并发、高性能的网络IO。详细请见[性能测试](https://gitee.com/an-tao/drogon/wikis/性能测试);
|
* 网络层使用基于epoll(MacOS/FreeBSD下是kqueue)的非阻塞IO框架,提供高并发、高性能的网络IO。详细请见[性能测试](https://github.com/an-tao/drogon/wiki/13-%E6%80%A7%E8%83%BD%E6%B5%8B%E8%AF%95);
|
||||||
* 全异步编程模式;
|
* 全异步编程模式;
|
||||||
* 支持Http1.0/1.1(server端和client端);
|
* 支持Http1.0/1.1(server端和client端);
|
||||||
* 基于template实现了简单的反射机制,使主程序框架、控制器(controller)和视图(view)完全解耦;
|
* 基于template实现了简单的反射机制,使主程序框架、控制器(controller)和视图(view)完全解耦;
|
||||||
|
|
Loading…
Reference in New Issue