/Webserv

Primary LanguageC++

Webserv

Web server compatible with HTTP 1.1 Protocol.

Getting Started

Environment

  • Our program uses kqueue to implement I/O Multiplexing.
  • Therefore, your operating system should compatible with kqueue.
  • We've tested on Mac with Apple silicon and Intel chips.

Installation

  1. Clone this repo.
git clone https://github.com/two-three-four-five/webserv.git
  1. Compile webserv with Makefile
make all

Usage

  • configuration file in detail