lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
Re: Besides LuaSocket, is there any other library that provides support for the TCP and UDP transport layers for Lua?
From
: Michal Kottman <k0mpjut0r@
...
>
Date
: Fri, 29 Jan 2021 13:06:58 +0100
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).
References
:
Besides LuaSocket, is there any other library that provides support for the TCP and UDP transport layers for Lua?
,
孙世龙 sunshilong
Re: Besides LuaSocket, is there any other library that provides support for the TCP and UDP transport layers for Lua?
,
Sam Putman
Re: Besides LuaSocket, is there any other library that provides support for the TCP and UDP transport layers for Lua?
,
孙世龙 sunshilong
Prev by Date:
Re: When must I provide a self-defined lua_lock macro(e.g: #define lua_lock(L) pthread_lock(&mutex))?
Next by Date:
Re: Small suggestions for luaL_Buffers & their documentation
Previous by thread:
Re: Besides LuaSocket, is there any other library that provides support for the TCP and UDP transport layers for Lua?
Next by thread:
Facing GC infinite loop in Lua 5.1
Index(es):
Date
Thread