[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Mongoose + Lua + SQLite?
- From: Javier Guerra Giraldez <javier@...>
- Date: Tue, 4 May 2010 10:38:41 -0500
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