A web server implemented in C++ that conforms to the HTTP/1.1 protocol.
- Install Docker and start the Docker service.
-
Clone this respository
https://github.com/SPARTA42CLUB/Webserver.git cd Webserver
-
Run
./run.sh
이미 실행 중인 웹서버가 있으면 자동으로 종료하고 재 실행
-
Stop the web server daemon by running
./stop.sh