Description
Coroutine-based TCP/IP servers can coordinate multiple connections in Lua 5.3 without a thread-per-client design.
This package is useful for developers building Lua network services that need cooperative scheduling. It is a server framework component, not a ready-made public server.
Network services can expose ports and handle untrusted input. Validate data and configure binding addresses carefully.