[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 17:14:48 -0400
> Ditto for Nanoki. One can simply use the build-in TCPServer and be done,
> e.g.:
>
> lua Nanoki.lua . localhost 1080
And on hosts that do not allow you to run your own process, use your
own port, or configure the server?
The nice thing about WSAPI is that you can _trivially_ switch between
Xavante, proxied Xavante, CGI, FastCGI, etc. depending on what you
have and what makes sense.
If HTTP.lua+TCPServer is actually better than Xavante, then perhaps we
should write an HTTP.lua launcher for WSAPI. It would take 20-100
lines of code, and all the WSAPI-based apps can enjoy the benefits of
HTTP.lua+TCPServer without any modifications.
- yuri
- References:
- What would _you_ like in a Lua CMS?, Linus Sjögren
- 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
- Re: What would _you_ like in a Lua CMS?, Petite Abeille
- Re: What would _you_ like in a Lua CMS?, Yuri Takhteyev
- Re: What would _you_ like in a Lua CMS?, Petite Abeille