General-purpose LuaJIT CGI script with SQLite support.
Find a file
2026-02-24 21:19:58 -08:00
bin Copy local setup into repo and document code. 2026-02-24 21:01:37 -08:00
share/lua/5.1/bjluacgi Document generator.lua and fs.lua 2026-02-24 21:19:58 -08:00
.gitignore Initial commit. 2026-02-24 18:18:02 -08:00
ACCEPTABLE_USE.md Initial commit. 2026-02-24 18:18:02 -08:00
CONTACT_AND_BUG_REPORTS.md Initial commit. 2026-02-24 18:18:02 -08:00
LICENSE.md Initial commit. 2026-02-24 18:18:02 -08:00
README.md Document generator.lua and fs.lua 2026-02-24 21:19:58 -08:00

This is a collection of library scripts intended to make it possible and reasonably comfortable to use LuaJIT as a common gateway interface language for web apps running on a Linux server. Functionality is included to parse JSON, generate HTML, do filesystem operations, and connect to SQLite3 databases.