Home

Awesome

<div align="center"> <img src="./docs/cgi-128.gif" width="128" /> <h1>CGILua 6</h1> </div> <br/>

http://lunarmodules.github.io/cgilua/

Overview

CGILua is a tool for creating dynamic Web pages and manipulating input data from Web forms. CGILua allows the separation of logic and data handling from the generation of pages, making it easy to develop web applications with Lua.

One of advantages of CGILua is its abstraction of the underlying Web server. CGILua can be used with a variety of Web servers and, for each server, with different launchers. A launcher is responsible for the interaction of CGILua and the Web server, for example using ISAPI on IIS or mod_lua on Apache.

CGILua is free software and uses the same license as Lua 5.x (MIT).

You can install CGILua using LuaRocks:

luarocks install cgilua

History

Version 6.0.2 [04/Jul/2020]

Version 6.0.1 [17/May/2019]

Version 6.0.0 [05/Nov/2018]

Version 5.2.1 [22/Apr/2015]

Version 5.1.4 [22/Mar/2010]

Version 5.1.3 [9/Mar/2009]

Version 5.1.2 [19/May/2008]

Version 5.1.1 [21/Nov/2007]

Version 5.1.0 [23/Aug/2007]

Version 5.0.1 [20/Sep/2006]

Version 5.0 [23/Jul/2005]

Version 5.0 beta 2 [23/Dec/2004]

Version 5.0 beta [15/Dec/2004]

Version 5.0 alpha 3 [8/Jun/2004] Version 5.0 alpha [21/Apr/2004]

Credits