lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 09/24/2012 10:33 PM, Petite Abeille wrote:

On Sep 24, 2012, at 10:19 PM, g.lister <g.lister@nodeunit.com> wrote:

Thank you those are really good points I like the: http://www.sqlite.org/docsrc/artifact/d53e8146bf7977 it seems like I can run any Lua script as CGI worth a try. Have you tried that??

Running Lua as CGI? Sure. Very handy.

FWIW, here is a little utility to handle some of the CGI'ism:

http://dev.alt.textdrive.com/export/1797/LW/CGI.lua
http://dev.alt.textdrive.com/export/1797/LW/CGI.html



Thank you that is really handy even documentation ;)
george