/Webserv

Webserv project for 42 school

Primary LanguageC++

Webserv (work in progress)

This project is about writing your own HTTP server.

Installation

To install webserv, first clone the repository:

git clone https://github.com/EthanDelage/Webserv.git
cd Webserv

To get the executable, run the following command:

make

Usage

To run the server you need to have a correctly formatted configuration file.
More information about configuration can be found at docs/config_file.md.

Launch server

Run the following command:

./webserv path_to_config_file.conf

Contributors