Update README

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2017-12-01 16:49:02 +08:00
parent 3cf95b2bc8
commit 84c0e8eecf
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ you can choose 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)
* Lua template: 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?
@ -109,4 +109,4 @@ see the [CONTRIBUTING.md](https://github.com/zhaojh329/libuhttp/blob/master/CONT
# Thanks for the following project
* [libev]
* [http-parser]
* [mongoose](https://github.com/cesanta/mongoose)
* [mongoose](https://github.com/cesanta/mongoose)

View File

@ -15,7 +15,7 @@ SSL后端可以选择OpenSSL和CyaSSl(wolfssl),如果你对大小敏感,那
* 使用[libev]作为其事件后端
* 支持HTTPS: 可以选择OpenSSL和CyaSSl(wolfssl)
* 可伸缩你可以非常方便的扩展你的应用程序使之具备HTTP/HTTPS服务
* 支持嵌入LUA代码到HTML中就像嵌入PHP到HTML中一样即将支持
* Lua模板嵌入LUA代码到HTML中就像嵌入PHP到HTML中一样即将支持
* 代码结构简洁通俗易懂,亦适合学习
# 为什么使用[libev]作为其事件后端?