Summary
LuaSocket is an extension library for the Lua language, composed of a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.
1
2
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.
LuaSocket: Network support for the Lua language
impa.br
Summary
LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.
LuaSocket - LuaRocks
luarocks.org
This first edition was written for Lua 5.0. While still largely relevant for later versions, there are some differences. The fourth edition targets Lua 5.3 and ...
Programming in Lua : 9.4
lua.org
Designing Socket Protocols in Lua The auxiliary Lua socket library is an optional library that provides TCP Lua bindings for the Barracuda Server's socket API. ...
Using the Socket Library
realtimelogic.com
First, users experienced with the C API to sockets should feel comfortable using LuaSocket. Second, the simplicity and the feel of the Lua language should be ...
LuaSocket: Introduction to the core
impa.br
gets the local address information associated to the socket gets the local address information associated to the socket
API reference (socket)
defold.com
socket This module is not supported in earlier versions.
socket - LOVE
love2d.org