lua-users home
lua-l archive

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


On Sun, 2007-02-11 at 20:30 -0500, jbarciela jbarciela wrote:
> Hello all,
> 
> I was looking at the alternatives to do web apps in Lua and I have
> found that the popular options are basically Apache, lighttpd or
> Xavante.

You could also look at mini_httpd + haserl

http://www.acme.com/software/mini_httpd/
http://haserl.sourceforge.net (the latest development version have
support for embedded lua)

Thats what I'm using.

Natanael Copa