parent
3cf95b2bc8
commit
84c0e8eecf
|
@ -16,7 +16,7 @@ you can choose CyaSSl(wolfssl).
|
||||||
* use [libev] as its event backend
|
* use [libev] as its event backend
|
||||||
* support HTTPS: alternative OpenSSL and CyaSSl(wolfssl)
|
* support HTTPS: alternative OpenSSL and CyaSSl(wolfssl)
|
||||||
* flexible and you can easily extend your application to have HTTP/HTTPS services
|
* 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
|
* code structure is concise and understandable, also suitable for learning
|
||||||
|
|
||||||
# Why use [libev] as its backend?
|
# Why use [libev] as its backend?
|
||||||
|
|
|
@ -15,7 +15,7 @@ SSL后端可以选择OpenSSL和CyaSSl(wolfssl),如果你对大小敏感,那
|
||||||
* 使用[libev]作为其事件后端
|
* 使用[libev]作为其事件后端
|
||||||
* 支持HTTPS: 可以选择OpenSSL和CyaSSl(wolfssl)
|
* 支持HTTPS: 可以选择OpenSSL和CyaSSl(wolfssl)
|
||||||
* 可伸缩:你可以非常方便的扩展你的应用程序,使之具备HTTP/HTTPS服务
|
* 可伸缩:你可以非常方便的扩展你的应用程序,使之具备HTTP/HTTPS服务
|
||||||
* 支持嵌入LUA代码到HTML中,就像嵌入PHP到HTML中一样(即将支持)
|
* Lua模板:嵌入LUA代码到HTML中,就像嵌入PHP到HTML中一样(即将支持)
|
||||||
* 代码结构简洁通俗易懂,亦适合学习
|
* 代码结构简洁通俗易懂,亦适合学习
|
||||||
|
|
||||||
# 为什么使用[libev]作为其事件后端?
|
# 为什么使用[libev]作为其事件后端?
|
||||||
|
|
Loading…
Reference in New Issue