lua-users home
lua-l archive

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


Jilani Khaldi wrote:
Hi All,
Lua again...
I need to write very simple web apps using plain CGI written in Lua. I just need to read vars in HTML forms, read and set values to cookies. I have found Kepler very big for my needs and I couldn't get CGILua working. So, is there any simple solution to this problem, perhaps just one or two modules to copy in a directory and call them?
Thank you very much.


Jilani

The development version of haserl runs as a cgi program, can be linked against lua 5.1.x. It "automatically" puts Cookie, POST, and GET responses from the client in a lua table. It then runs a lua script.

It works like a "php" for lua or bash script, but sounds like it might be what you are looking for.


http://downloads.sourceforge.net/haserl/haserl-0.9.24.tar.gz