I ported an HTTP server application from Node.js to Luvit more than a year ago. The application is running on an ARMv5 target so Node.js was not supported anymore (except 0.10.x) and to heavy using the resources. Luvit needs only a small amount of disk space and RAM usage compared to Node.js!
The part I really like most with Luvit is LuaJIT and FFI. I can easily use any C library within my application. This was really a pain using the bindings of Node. On Tuesday, August 30, 2016 at 2:58:03 AM UTC+2, [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.
