nginX - Minimal Reverse Proxy in C

Minimal Reverse Proxy in C, which uses Nginx ("engine X") as an HTTP Server.

Moderate Pure Nim score 50/100 · last commit 2026-05-01 · 1 stars · tests present · no docs generated

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

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

  1. Setup Nginx as an HTTPS server by following this guide.

  2. Install dependencies using:

bash sudo apt install cmake openssl nginx libssl-dev libcurl4-openssl-dev libpam0g-dev clang

  1. Build the project:

bash mkdir build cd build cmake .. make