parent
a28a0760ee
commit
a1f069d9e7
|
@ -37,6 +37,7 @@ from [uhttpd] for Embedded Linux.
|
||||||
* Flexible - you can easily extend your application to have HTTP/HTTPS services
|
* Flexible - you can easily extend your application to have HTTP/HTTPS services
|
||||||
* Code structure is concise and understandable, also suitable for learning
|
* Code structure is concise and understandable, also suitable for learning
|
||||||
* Lua Template - Embed Lua code into HTML code, like embedding PHP into HTML
|
* Lua Template - Embed Lua code into HTML code, like embedding PHP into HTML
|
||||||
|
* Lua API - Support for programming with Lua
|
||||||
|
|
||||||
# TO DO
|
# TO DO
|
||||||
* Lua API - Using Lua programming
|
* Lua API - Using Lua programming
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
* 可伸缩 - 你可以非常方便的扩展你的应用程序,使之具备HTTP/HTTPS服务
|
* 可伸缩 - 你可以非常方便的扩展你的应用程序,使之具备HTTP/HTTPS服务
|
||||||
* 代码结构简洁通俗易懂,亦适合学习
|
* 代码结构简洁通俗易懂,亦适合学习
|
||||||
* Lua模板 - 嵌入LUA代码到HTML中,就像嵌入PHP到HTML中一样
|
* Lua模板 - 嵌入LUA代码到HTML中,就像嵌入PHP到HTML中一样
|
||||||
|
* Lua API - 支持使用Lua编程
|
||||||
|
|
||||||
# 计划支持
|
# 计划支持
|
||||||
* Lua API - 使用Lua编程
|
* Lua API - 使用Lua编程
|
||||||
|
|
Loading…
Reference in New Issue