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
- Host: GitHub
- URL: https://github.com/aquapi/nuws
- Owner: aquapi
- Created: 2025-05-03T18:23:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-11T03:50:35.000Z (about 1 year ago)
- Last Synced: 2025-05-11T04:25:24.759Z (about 1 year ago)
- Language: C++
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```