https://github.com/mah0x211/lua-llsocket
low-level socket module
https://github.com/mah0x211/lua-llsocket
low-level lua socket tcp udp
Last synced: 3 days ago
JSON representation
low-level socket module
- Host: GitHub
- URL: https://github.com/mah0x211/lua-llsocket
- Owner: mah0x211
- Created: 2014-03-30T00:25:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-15T06:47:00.000Z (8 months ago)
- Last Synced: 2025-06-15T07:26:49.636Z (8 months ago)
- Topics: low-level, lua, socket, tcp, udp
- Language: C
- Homepage:
- Size: 2.07 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lua-llsocket
[](https://github.com/mah0x211/lua-llsocket/actions/workflows/test.yml)
[](https://codecov.io/gh/mah0x211/lua-llsocket)
low-level socket module.
**NOTE: Do not use this module. this module is under heavy development.**
## Installation
```
luarocks install llsocket
```
## API Reference
please see [doc/README.md](doc/README.md).