Node.js for lua?

前端 未结 9 885
走了就别回头了
走了就别回头了 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:28

    You can get node.js style non-blocking IO with lua-handlers.

    It even has an async. HTTP Client, which makes it really easy to start parallel HTTP requests. See the test_http_client.lua file as a example of the HTTP client interface.

提交回复
热议问题