dodolu:基于openresty lua的轻量级web框架

时间:2021-07-07 12:32:22
【文件属性】:
文件名称:dodolu:基于openresty lua的轻量级web框架
文件大小:117KB
文件格式:ZIP
更新时间:2021-07-07 12:32:22
Lua dodolu a lightweight web framework based on openresty lua usage: $ cd tools $ lua proprocess.lua will auto-generate nginx.conf, route file and logger file dodolu web 框架 dodolu 基于openresty的nginx lua modlue的轻量级web框架,将原生的lua api做了简单封装,并提供了根据配置文件,自动生成route模块,nginx.conf配置,logger模块的功能,减轻了开发工作量,避免重复手写大量易错的配置或字符串变量,有助于多人开发统一风格,并提供了简单封装的request, response, global variable,适合构建稍微复杂web应用。 目录结构 . |-- app
【文件预览】:
dodolu-master
----app()
--------go.lua(394B)
----tengine_root()
--------index.htm(16B)
----sample()
--------meta.lua(1KB)
--------nginx.conf.template(757B)
----meta()
--------meta.lua(1KB)
--------nginx.conf.template(809B)
----tools()
--------proprocess.lua(9KB)
--------README.md(2KB)
--------code.lua(4KB)
----ddl()
--------context.lua(2KB)
--------util.lua(7KB)
--------lualibs()
--------response.lua(3KB)
--------request.lua(3KB)
--------console.lua(3KB)
--------luaclibs()
--------console_config.lua(694B)
--------logger_provider.lua(1KB)
----README.md(6KB)
----template()
--------go.html(0B)

网友评论