Civetweb is a small footprint HTTP Server with optional Lua and SQLite support written in C. It can be embedded into C/C++ applications or used as stand alone web server for Windows, Linux, BSD or Mac-OS.
This project is based on the Mongoose web server, but maintains the MIT license and is free from GPL licenses.
Installation Guide
https://github.com/civetweb/civetweb/blob/master/docs/Installing.md
Contributions are welcome and encouraged.
The official source code is at
https...