Skip to content
forked from jaberkro/webserv

Built from scratch, this HTTP server is a.o. non-blocking and can handle multiple CGI's. Written in collaboration with @jaberkro and @dmalac

Notifications You must be signed in to change notification settings

bsomers42/webserv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Built from scratch, this HTTP server is a.o. non-blocking and can handle multiple CGI's. Written in collaboration with @jaberkro and @dmalac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.3%
  • HTML 9.6%
  • Makefile 2.7%
  • Python 1.9%
  • Shell 1.4%
  • CSS 1.1%