Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pikmin-rgb/webserv
- Owner: pikmin-rgb
- Created: 2022-12-13T13:55:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T16:59:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-22T04:42:11.047Z (about 2 months ago)
- Topics: http, http-client, http-server
- Language: C++
- Homepage:
- Size: 29.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`