A Tiny HTTP Web Server
Multi-process web server which serves the static files.
mkdir build && cd buildcmake .. && cmake --build .
mkdir build && cd build
cmake .. && cmake --build .
./twes -p [port] /path/html/files
```