lua-users home
lua-l archive

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


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.