lua-users home
lua-l archive

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


The weblit framework for luvit is coming along nicely. https://github.com/creationix/weblit
You don't even need to use luvit, it works with any lua. https://luvit.io/blog/pure-luv.html

On Mon, May 2, 2016 at 9:25 AM, Ryan Pusztai <rpusztai@gmail.com> wrote:
Hi,

Orbit is mature and has most of those things you are looking for.
http://keplerproject.github.io/orbit/

--
Regards,
Ryan

On Sun, May 1, 2016 at 10:38 PM, Yong Wang <javatmn@gmail.com> wrote:


On 5/1/16, 10:38 PM, "luciano de souza" <lua-l-bounces@lists.lua.org on behalf of luchyanus@gmail.com> wrote:

Hello all,

Having been far from Lua for a long time, I would like to evaluate a
solution for web development. The desired characteristics are:
1. Good support - I know that I will have doubts, so a strong support
community is desirable;
2. Good documentation - Sometimes I find project with very good and
simple examples, but the quality of documentation implies hard skills
to review codes;
3. Easy instalation - The availability in Luarocks it would be the
best news for me;
4. Easy configuration - If it' possible to use with an simple embeded
server as it succeds in Python or PHP, it's very intersting to make
easy the first contact;
5. Simple code - MVC based frameworks could be a good option to
simplify the development, specially, if the option has a ORM;
6. Sqlite support - It's not essential, but really desirable.

Regarding these criteria, listed in the priority order, what is the
framework you could choose?

Regards,


--
Luciano de Souza