Little proof-of-concept project that can serve files with an HTTP response.
To run this project on your machine, clone the repo and run make
Now you can run the server from the bin
folder, using the following syntax:
bin/webserver port [root dir]
If not root dir
is specified, it will serve your current directory.
This project uses source code from Dr. Planks libraries. More information about the libraries can be found here