Skip to content

get-Pork-Belly/Webserv

Repository files navigation

Contributors Forks Stargazers Issues


Logo

Webserv

이 프로젝트는 Customized 한 HTTP 서버를 만드는 과제입니다. 해당 과제를 수행하기 위해 RFC 문서 중 HTTP에 해당하는 파트(7230-7235)를 숙지하였으며 실제 브라우저에서 테스트할 수 있도록 TCP/IP 통신을 위한 소켓을 C++로 구현하였습니다.

Table of Contents

  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Wiki
  5. Contact

About The Project

image

Getting Started

  1. Clone the repo
    git clone https://github.com/get-Pork-Belly/Webserv
  2. Make and Edit config file
    cp config/"iwoo or sanam or yohlee _config" config/"YOUR_CONFIG_FILE_NAME"
    # edit your server listening port & server name ...
  3. Make & Run
    make && ./Webserv "CONFIG_FILE_PATH"

Roadmap

Wiki

Contact