Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 543 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 543 Bytes

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