callisto/external/socket
2023-06-25 16:47:09 +12:00
..
src Initial import 2023-06-25 16:47:09 +12:00
.editorconfig Initial import 2023-06-25 16:47:09 +12:00
.gitignore Initial import 2023-06-25 16:47:09 +12:00
.luacheckrc Initial import 2023-06-25 16:47:09 +12:00
LICENSE Initial import 2023-06-25 16:47:09 +12:00
makefile Initial import 2023-06-25 16:47:09 +12:00
README.md Initial import 2023-06-25 16:47:09 +12:00

LuaSocket

Build Luacheck GitHub tag (latest SemVer) Luarocks

LuaSocket is a Lua extension library composed of two parts:

  1. a set of C modules that provide support for the TCP and UDP transport layers, and
  2. a set of Lua modules that provide functions commonly needed by applications that deal with the Internet.