TinyGate Introduction (opens in new tab)
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 w...
Read the original article