https://github.com/lunarmodules/luasocket
Network support for the Lua language
https://github.com/lunarmodules/luasocket
Last synced: over 1 year ago
JSON representation
Network support for the Lua language
- Host: GitHub
- URL: https://github.com/lunarmodules/luasocket
- Owner: lunarmodules
- License: mit
- Created: 2012-04-12T06:48:33.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T20:53:56.000Z (over 2 years ago)
- Last Synced: 2024-05-19T05:05:00.670Z (about 2 years ago)
- Language: HTML
- Homepage: http://lunarmodules.github.io/luasocket/
- Size: 1.83 MB
- Stars: 1,773
- Watchers: 125
- Forks: 619
- Open Issues: 85
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lua - luasocket
README
# LuaSocket
[](https://github.com/lunarmodules/luasocket/actions?workflow=Build)
[](https://github.com/lunarmodules/luasocket/actions?workflow=Luacheck)
[](https://github.com/lunarmodules/luasocket/releases)
[](https://luarocks.org/modules/lunarmodules/luasocket)
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.