A high-performance, modular web server written in C, designed for both static hosting and as a programmable backend library.
This repository contains two modes:
- Server mode: run a standalone binary for static files, CGI scripts, and proxying.
- Library mode: embed the server into your own C/C++ projects, with routing and middleware support.