Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 433 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 433 Bytes

webserv

This is a HTTP server built from scratch in C++, using python for the CGI and HTML with CSS for the static webpages. Please note: kqueue() is used for I/O multiplexing, therefore this webserver only runs on MacOS.

Download:

git clone https://github.com/jaberkro/webserv.git

Move inside the webserv folder:

cd webserv

Compilation:

make

Execution:

./webserv <your_configuration_file>.conf