I think it depends on what kind of node.js application you want to port. Ecosystem in luvit is quite limited for now which means you'll need to develop many things from scratch. For example drivers for working with dbs (good mongodb client is missing), ORMs, etc. which makes it a bit more time consuming to move REST api to luvit.
2016-08-30 15:57 GMT+02:00 Ryan Phillips <[email protected]>: > Hey Jordan, > > Our monitoring agent is written in Luvit. It builds for about ~25 > different Linux distributions, plus windows (32 and 64 bit). You might want > to check it out to get some ideas [1]. > > Cheers,Ryan > > [1] https://github.com/virgo-agent-toolkit/rackspace-monitoring-agent > > > On Mon, Aug 29, 2016 at 7:58 PM, <[email protected]> wrote: > >> Hi, >> >> Just came across luvit and - I luvit! >> >> I'm wondering if anyone here has had any success porting a large node.js >> app to luvit? I manage much of the long-term production planning for a >> largely distributed node app running on mesos, and am starting to look into >> lua as a longer term migration option. >> >> Any thoughts, tips, or musings are greatly appreciated. >> >> Thanks! >> >> J >> >> -- >> 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]. > For more options, visit https://groups.google.com/d/optout. > -- Best regards, *Dmitri Voronianski* -- 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.
