Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pikmin-rgb/webserv

This is when you finally understand why a URL starts with HTTP
https://github.com/pikmin-rgb/webserv

http http-client http-server

Last synced: about 7 hours ago
JSON representation

This is when you finally understand why a URL starts with HTTP

Awesome Lists containing this project

README

        

# webserv

This project is about writing your own HTTP server.
You will be able to test it with an actual browser.
HTTP is one of the most used protocols on the internet.
Knowing its arcane will be useful, even if you won’t be working on a website.

This project has been validated with a score of 100/100.

## Usage

⚠️ **ONLY WORKING ON LINUX** ⚠️

- Compile with `make`
- Go to `conf/simple.conf` and change the absolute path in nginx configuration to your working directory
- Execute `./webserv` to use the default configuration, or `./webserv conf/your_configuration.conf` to use your configuration
- Open your browser and go to `localhost:chosen_port`