Simple crossplatfom console-based webserver written in C++
Compiled with
MinGW64 GCC 4.7.3 on WindowsThis is not validated yet- GCC 8.4.0 on Ubuntu
The project is built with CMake.
$: mkdir build && cd build
$: cmake ..
$: make
example usage:
$: Webserver -p 8080 -d /home/bertil/www/
Use the --help argument to get additional info about the CLI.