lua-users home
lua-l archive

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


On Mon, 2006-10-30 at 13:58 +0800, jason zhang wrote:
> I want to embed the Lua into shttpd to run as a embeded web server.
> Is there existing CGI library for Lua? If no, I have to write a simple
> one by myself.

Haserl (http://haserl.sourceforge.net) has support for embedding lua in
html, php style. Its still under develmopment but very useful.

Natanael Copa