httpservd is a minimal cross platform web server built using C++
multiple connection handling
modules written in C++ or C (not fully working yet !)
files and directory permissions
just clone the repository and use cmake to build it the out will be in
[Build Directory]/bin
or just use the following commands to build :
git clone https://github.com/HomamAlamier/httpservd
cd httpservd
mkdir build
cd build
cmake ../
make