Update README.md
This commit is contained in:
parent
018478f44d
commit
37d96bb6fd
|
@ -9,7 +9,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 NIO network lib based on epoll (kqueue under MacOS/FreeBSD) to provide high-concurrency, high-performance network IO, For details, please visit the [benchmarks](https://github.com/an-tao/drogon/wiki/benchmarks) page for more details;
|
* Use a NIO 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;
|
||||||
* 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.
|
||||||
|
|
Loading…
Reference in New Issue