A simple multi-threaded web server, Toreroserve, written in C++. It is capable of sending directories, webpages, images, files, and 400 & 404 responses. The root of the web server is /WWW.
- Install boost - on Macos
brew install boost
make
./toreroserve 8080 WWW
- Connect at localhost:8080 and browse filesystem