Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.56 KB

README.md

File metadata and controls

65 lines (42 loc) · 1.56 KB

webserv

School 42 Project - Build HTTP/1.1 resilient server.

Score: 125/100

Authors

Build status

Unit Test Linting Docs Stress Test

Tech Stack

Core: C++ / C

Tests: Python

Features

Sessions

// Enabled by default

make SESSION=disable

Optimizations

make MODE=benchmark
make MODE=benchmark SESSION=disable

Running Tests

To run tests, run the following command

make tests

Usefull Links