Single-threaded web server implemented in C++98 for School 42’s core curriculum.
Developed by Daniil, Leo and Stefano. Work in progress.
- Clone the repository:
git clone https://github.com/dantol29/webserver.git cd webserver
- Compile the webserver:
make
- Run the server:
./webserver
- Visit
http://localhost:8080
orhttp://127.0.0.1:8080
in your browser to view the server response.