Update README.md

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2017-11-30 07:57:56 +08:00
parent 070c27e1ad
commit 3a89216f19
1 changed files with 3 additions and 2 deletions

View File

@ -12,10 +12,11 @@ you can choose CyaSSl(wolfssl).
`Keep Watching for More Actions on This Space`
# Features
* use [libev] as its event backend
* tiny and fast
* support HTTPS: Alternative OpenSSL and CyaSSl(wolfssl)
* use [libev] as its event backend
* support HTTPS: alternative OpenSSL and CyaSSl(wolfssl)
* flexible and you can easily extend your application to have HTTP/HTTPS services
* support embedding LUA code into HTML code, like embedding PHP to HTML(soon be supported)
* code structure is concise and understandable, also suitable for learning
# Why use [libev] as its backend?