An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

lua-net
=======

[![test](https://github.com/mah0x211/lua-net/actions/workflows/test.yml/badge.svg)](https://github.com/mah0x211/lua-net/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/mah0x211/lua-net/branch/master/graph/badge.svg)](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