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

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

Awesome Lists containing this project

README

          

# lua-llsocket

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