Node.js for lua?

前端 未结 9 886
走了就别回头了
走了就别回头了 2021-01-30 14:11

I\'ve been playing around with node.js (nodejs) for the past few day and it is fantastic. As far as I can tell, lua doesn\'t have a similar integration of libev and libio which

9条回答
  •  一生所求
    2021-01-30 14:38

    You should also check out Lapis. It's a very lightweight and fast framework for OpenResty: http://leafo.net/lapis/

    I've really been enjoying it and predict it will have a bright future!

    As you would expect with anything built to leverage OpenResty, it's benchmarks are insanely good: https://www.techempower.com/benchmarks/#section=data-r12&hw=peak&test=query

    The author of Lapis also wrote a CoffeeScript-like language for Lua called MoonScript which is quite nice: http://moonscript.org/

提交回复
热议问题