A C++ implementation of the HTTP protocol over TCP under Unix environment.
- An Unix Environment.
- C++ Compiler with support for standard 11.
- Clone the project.
- Move to the debug folder.
- Invoke the makefile.
$> git clone https://github.com/caiomcg/HTTPOverTCP.git
$> cd debug
$> make all VERBOSE=true
- Move to the debug folder.
- Run the created executable file followed by the desired port.
$> cd debug
$> ./WebServer 8888