lua-users home
lua-l archive

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



On Sep 29, 2009, at 7:00 PM, Fabio Mascarenhas wrote:

modular, too, but I never seem to get around and do it. :-) But it is
a very stable web server; http://luarocks.org is a Sputnik running
under Xavante, with Apache proxying to it, and the uptime of Xavante
is measured in *months*.

So... Apache -> Xavante -> Sputnik.

As an example, Nanoki's demo site used to be setup similarly:

nginx -> TCPServer -> Nanoki

But that was overkill, so now it's down to:

tcpserver -> Nanoki

As a random statistic, Nanoki demo site now sports around 255,518 pages and counting:

http://svr225.stepx.com:3388/

Lua, the little language that could :)