/webserv

Recoding our own web server in C++. A program capable of running an HTTP server, handling requests, and parsing configuration files.

Primary LanguageC++

webserv

This is a simple HTTP server in c++98 that takes a configuration file as argument.

Useful links

Notion

Authors

  • iidzim, worked on the netwroking part.
  • framdani, parsing the configuration file and request.
  • Oumeimatt was responsible about the Response and CGI.