|
On Mon, 17 Oct 2011 08:33:07 -0200, Luciano de Souza wrote:
I am sure Bamboo and Kepler are very good frameworks. I don't know, but frameworks, in terms of productivity, are really so useful. But,now, desiring to start in the simplest way, perhaps is more interstingto test LunarCGI or Haserl.
Kepler is not a framework. It is a projects that provides a whole Web stack for Lua. At least one of the components it provides (Orbit) is a MVC framework but you don't need to use it. CGILua is similar to LunarCGI, but sadly I just found out that it is no longer maintained :( Another choice for you could be to use WSAPI [1] directly. Maybe you will find it too low level but I've done it and it is not as complicated as it seems. [1] http://keplerproject.github.com/wsapi/ -- Pierre Chapuis