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

https://github.com/aquapi/nuws

uWS bindings for Nelua
https://github.com/aquapi/nuws

Last synced: about 1 year ago
JSON representation

uWS bindings for Nelua

Awesome Lists containing this project

README

          

[`uWebSockets`](https://github.com/uNetworking/uWebSockets) bindings for Nelua.

The C-API is a modified version from [`zuws`](https://github.com/harmony-co/zuws).

```sh
# Build the C API
make bindings

# Build examples
make examples
```