- 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
andIntel chips
.
- Clone this repo.
git clone https://github.com/two-three-four-five/webserv.git
- Compile webserv with Makefile
make all
- configuration file in detail