Skip to content

CuteWebserv/webserv

Repository files navigation

CuteWebserv

시연 영상

output.webm

프로젝트 개요

nginx를 샘플링하여 만든 HTTP/1.1 표준을 준수하는 웹 서버(Web Server) 입니다.

RFC 문서(7230~7235) 기반으로 HTTP Method(GET, POST, PUT, DELETE) 요청 처리 및 응답을 반환하도록 구현했습니다.

CGI 프로토콜 규격에 따라 동적 페이지 생성을 위한 CGI 프로그램 실행 기능을 지원합니다.

실행 방법

  1. 설치: 프로젝트를 클론
  git clone https://github.com/CuteWebserv/webserv.git
  1. 실행: 프로젝트를 실행
  cd /webserv
  make # 주의사항: gcc98, makefile 라이브러리가 필요합니다!

팀원

이름 담당 업무
이수린 HTTP Processor 개발
곽진솔 HTTP Processor 개발
김호권 HTTP Processor 개발
박기선 Parser & I/O Multiplexing 개발
한준혁 Parser & I/O Multiplexing 개발

피그마 링크

프로그램 설계

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published