evo-lua / evo-legacy

[Obsoleted Prototype] Highly experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
https://evo-lua.github.io
0 stars 0 forks source link

Add a simple TCP networking API on top of libuv primitives #74

Closed rdw-software closed 2 years ago

rdw-software commented 2 years ago

Inspired by the API used in NodeJS/Luvit, but kept as simple as I could and combined with some ideas from the WOW API.