Lua的Web框架Lapis.zip
Lapis是一个用来构建Web一个用的框架,使用MoonScript或者Lua开发,运行于OpenResty。示例代码:lapis = require "lapis"class extends lapis.Application -- Define a basic pattern that matches / "/": => profile_url = @url_for "profile", name: "leafo" @html -> h2 "Welcome!" text &q
下载地址
用户评论