lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Jan 28, 2021, 03:08 孙世龙 sunshilong <sunshilong369@gmail.com> wrote:
It seems that luv itself doesn't provide support for TCP or UDP.

Oh it absolutely does, see: https://github.com/luvit/luv/blob/master/docs.md

That said, it does require you to set up your code with an event loop / callback style (yes, you can use coro-style APIs).