午夜
午夜
可以啊
lor比较简单,社区里倒是有同学说他们用于生产的,但并不清楚公司及项目情况,另外我们内部的项目也在使用lor。 如有问题直接在这里提issue就可以。
done with commit [#d47632](https://github.com/sumory/lor/commit/d47632eaf2acd31fb44587a0eaa08518da33e062) ```lua user_router:get(function(req, res, next) res:send("this is /user") end) -- also support multi middlewares user_router:get(function(req, res, next) req.params.test_var = 1 end, function(req, res, next) req.params.test_var = 2...
[Orange](https://github.com/sumory/orange) - A Gateway based on OpenResty(Nginx+lua) for API Monitoring and Management.
[OpenResty-China](https://github.com/sumory/openresty-china) - 一个运行在OpenResty上的基于lor编写的社区软件
[Mio](https://github.com/iresty/Mio) - API statistics/summary and health datas in NGINX based on OpenResty/ngx_lua, just like NGINX Plus
swagger would be a good choice!
标题:轻量级web开发框架lor 链接:https://github.com/sumory/lor 作者:sumory 标签:framework, sinatra, restful
标题:OpenResty China 链接:[openresty-china](https://github.com/sumory/openresty-china) 作者:sumory 标签:web site, community
我没有细看,模板式提取默认使用的lua-resty-template,所以应该给用户一个开关,让用户选择是不是开启html转义比较好? @noname007