Overview of LuaSocket
masterLuaSocket is a Lua extension library designed for network programming. It is composed of two primary layers:
- C Modules: Provide low-level support for the TCP and UDP transport layers.
- Lua Modules: Provide high-level functions commonly used by applications interacting with the Internet (such as HTTP, FTP, or SMTP support).