Yeah. The majority of the application uses features from http://wiki.nginx.org/HttpLuaModule but we also use http://leafo.net/lapis/ to wrap some of the common web service tasks and do a more Rails style deveopment. Ideally I want to get to a point of a Lua based connect (from node.js) environment with a middleware oriented community.
We've found Lua using LuaJIT is a surprisingly capable high level language for embedded systems development. On Friday, October 24, 2014, Tim Caswell <[email protected]> wrote: > Thanks Chris, do you have a link for the nGinx API you want feature parity > with? > > On Fri, Oct 24, 2014 at 3:36 PM, Chris Hoffman <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > >> Agreed. The event emitter API is powerful. Using co-routines to thier >> potential could make that interface very drool worthy. One thing I >> personally would like to see is a parity with the NGinx lua API. I started >> a project a while ago with that because the future of luvit seemed >> uncertain at the time. I would love to migrate to pure luvit. >> >> >> On Thursday, October 23, 2014, Wouter Scherphof < >> [email protected] >> <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: >> >>> I like the event emitter api. Doesn't have to be callbacks. >>> Putting coroutines to proper use would be awesome. >>> For package management, use npm. Because you can. Presently. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "luvit" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "luvit" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] >> <javascript:_e(%7B%7D,'cvml','luvit%[email protected]');>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "luvit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','luvit%[email protected]');>. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "luvit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
