Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 362 Bytes

luasocket.md

File metadata and controls

13 lines (10 loc) · 362 Bytes

luasocket: Network support for the Lua language

local socket = require "socket"

The socket package is based on Lua Socket and adapted for luax.

The documentation of Lua Socket is available at the Lua Socket documentation web site.