https://github.com/mah0x211/lua-net
net module
https://github.com/mah0x211/lua-net
lua networking nonblocking socket synchronous tcp udp
Last synced: 3 days ago
JSON representation
net module
- Host: GitHub
- URL: https://github.com/mah0x211/lua-net
- Owner: mah0x211
- License: mit
- Created: 2014-05-15T03:36:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-20T23:51:46.000Z (10 months ago)
- Last Synced: 2025-04-21T00:32:25.386Z (10 months ago)
- Topics: lua, networking, nonblocking, socket, synchronous, tcp, udp
- Language: Lua
- Homepage:
- Size: 437 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
lua-net
=======
[](https://github.com/mah0x211/lua-net/actions/workflows/test.yml)
[](https://codecov.io/gh/mah0x211/lua-net)
this is wrapper module for llsocket module.
**NOTE: this module is not stable yet.**
***
## Pre-Requirements
- OpenSSL 1.1.1, 3.x or later
## Installation
```
luarocks install net
```
## Usage
please see the [example files](example/).
## API Reference
please see [doc/README.md](doc/README.md).
## Not Yet Implemented
- ALPN (Application-Layer Protocol Negotiation) support
- NPN (Next Protocol Negotiation) support
- OCSP (Online Certificate Status Protocol) Stapling support
- DTLS support
- Compiling without TLS support
## License
MIT License