During COVID isolation in 2020-2021 I developed a very simple web reverse proxy in pure C. In 2025 I found this project, moved it to C23 standard and decided to release it publicly. It’s configurable, very fast and can serve even high loaded systems. Basically I made it just for manage few standalone web services hosted at single server.

Key features:
– Configurable by .ini file, very simple config with just few parameters.
– Cross platform, works on both Linux and Windows.
– Multithreading with configurable size of thread pool.
– Modern language: redesigned for C23.

The repository contains a detailed readme file. Feel free to try it and leave your opinion.

Check it in my GitHub repository: https://github.com/sibexico/TinyGate