[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Mongoose + Lua + SQLite?
- From: Gilles Ganault <gilles.ganault@...>
- Date: Tue, 04 May 2010 19:38:22 +0200
On Tue, 4 May 2010 12:52:28 -0400, Doug Currie <doug.currie@gmail.com>
wrote:
>Jason Zhang did something very much like this a few years ago with SHTTPD (which is an earlier version of Mongoose):
Thanks for the link. As an alternative, it appears that Lighttpd
includes Lua natively, so it'd be an even better option that loading
the Lua interpreter with each CGI call, and have the Lua script access
the SQLite library.