nginX - Minimal Reverse Proxy in C
Minimal Reverse Proxy in C, which uses Nginx ("engine X") as an HTTP Server.
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 1 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2026-05-01 |
| Downloads | 0 |
| Last Indexed | 2026-09-06 07:35 |
Tags
Installation
nimble install nginX - Minimal Reverse Proxy in C
choosenim install nginX - Minimal Reverse Proxy in C
git clone https://gitlab.com/ninthcircle/nginz
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nginX - Minimal Reverse Proxy in C | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/ninthcircle/nginz |
|---|---|
| Homepage | https://gitlab.com/ninthcircle/nginz |
| Registry Source | gitlab |
README
Getting Started
-
Setup Nginx as an HTTPS server by following this guide.
-
Install dependencies using:
bash
sudo apt install cmake openssl nginx libssl-dev libcurl4-openssl-dev libpam0g-dev clang
- Build the project:
bash
mkdir build
cd build
cmake ..
make