Skip to content

Luma-3/WebServ

Repository files navigation

Frame 26

🌐 WebServ (HTTP 1.1 Server in C++98)


Score project :125 Static Badge GitHub repo size

📥 How to install

git clone https://github.com/Luma-3/WebServ.git && cd webserv && make

🚀 Launch default website

./webserv conf/website.conf

✅ Run unit tests

make test && run ./run_all_test.sh all -y

📚 See Documentation

If you start the webserv with the classic website, you will be taken to the index page of the webserv. On this page you will find the documentation with all the configuration information.

How we did it ?

Flowchart