[web2py] Re: Can web2py have a microframework the way Laravel has Lumen?

2015-08-22 Thread Massimo Di Pierro
Giovanni (weppy developer) and the web2py community are already cooperating since he is the leading force behind pydal and de fact maintainer of pydal. I have not looked at the code recently but I trust Giovanni's skills completely and from what I have seen, I am sure it is excellent. It is a

Re: [web2py] Re: Can web2py have a microframework the way Laravel has Lumen?

2015-08-21 Thread Anthony
On Friday, August 21, 2015 at 9:29:25 AM UTC-4, Carlos Cesar Caballero wrote: I think that the answer is pretty simple (but I am not a web2py core developer, so I am pretty sure if I'm wrong somebody is going to correct me), the current model/controller execution is better for coding,

[web2py] Re: Can web2py have a microframework the way Laravel has Lumen?

2015-08-21 Thread Mirek Zvolský
weppy.org ? Great. be aware that the only overlap with web2py is the DAL And templating. And more... I think, Massimo, this is hard question for you. If it is really well written, will you fork it? Or cooperate? I don't understand technical details much, but I know that lot of people don't

[web2py] Re: Can web2py have a microframework the way Laravel has Lumen?

2015-08-20 Thread Massimo Di Pierro
gluino is an experiment and not maintained at this point. weppy is good but be aware that the only overlap with web2py is the DAL. We always shipped with this: https://github.com/web2py/web2py/blob/master/scripts/make_min_web2py.py It does not quite fit the bill and probably needs to be

[web2py] Re: Can web2py have a microframework the way Laravel has Lumen?

2015-08-20 Thread JorgeH
What about in the admin app of web2py, along with the options 'pack custom' , 'compile', etc.. would be another option like 'export to minimum' or something. where an app would be exported with the minimum of imports and can be deployed like a bottle or flask app. Just an idea. Gluino is as

[web2py] Re: Can web2py have a microframework the way Laravel has Lumen?

2015-08-20 Thread Anthony
Maybe a starting point: https://github.com/mdipierro/gluino On Thursday, August 20, 2015 at 11:45:09 AM UTC-4, JorgeH wrote: Hello Can web2py have something like http://lumen.laravel.com/ So it can have the easiness of coding and the speed of request/seconds as microframeworks like