[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What would _you_ like in a Lua CMS?
- From: Yuri Takhteyev <yuri@...>
- Date: Tue, 29 Sep 2009 13:19:07 -0400
> Technically Xavante is a library. :-) I attached a script that
> launchers orbit apps using just Xavante, without the need for the
> whole Kepler stack and configuration.
Sputnik does the same when running on Xavante. We call
xavante.start(), passing it a table that maps all paths to the same
handler function. The handler function then does the rest.
Alternatively, the exact same handler function can be trivially called
from a CGI script, which means you can run Sputnik on bare-bones
shared hosting providers like Dreamhost. Moving from Xavante to CGI or
FastCGI involves nothing more than changing an extension on a file.
- yuri
- References:
- What would _you_ like in a Lua CMS?, Linus Sjögren
- Re: What would _you_ like in a Lua CMS?, Petite Abeille
- Re: What would _you_ like in a Lua CMS?, David Given
- Re: What would _you_ like in a Lua CMS?, Petite Abeille
- Re: What would _you_ like in a Lua CMS?, Leaf Storm
- Re: What would _you_ like in a Lua CMS?, Cosmin Apreutesei
- Re: What would _you_ like in a Lua CMS?, Cosmin Apreutesei
- Re: What would _you_ like in a Lua CMS?, steve donovan
- Re: What would _you_ like in a Lua CMS?, Petite Abeille
- Re: What would _you_ like in a Lua CMS?, Fabio Mascarenhas