[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: http serving options
- From: Natanael Copa <natanael.copa@...>
- Date: Mon, 12 Feb 2007 14:34:48 +0100
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