Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 494 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 494 Bytes

Webserver

A web server implemented in C++ that conforms to the HTTP/1.1 protocol.

Getting Started

System Requirements

  • Install Docker and start the Docker service.

Installation and Run

  1. Clone this respository

    https://github.com/SPARTA42CLUB/Webserver.git
    cd Webserver
  2. Run

    ./run.sh

이미 실행 중인 웹서버가 있으면 자동으로 종료하고 재 실행

After running

  • Stop the web server daemon by running

     ./stop.sh