lua-users home
lua-l archive

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


On Tue, May 4, 2010 at 10:18 AM, Gilles Ganault <gilles.ganault@free.fr> wrote:
> For those of you experience Lua developpers: Would Lua be a good
> solution for this configuration?

absolutely, but if you're going to recompile mongoose, you can get rid
of CGI, and call Lua functions directly.

If you don't want to hack C++, another alternative is Lighttpd, which
already has Lua hooks which can get an early peek of the request, and
optionally inject a response.

-- 
Javier