A simple HTTP server i made using C, it only supports HTTP/1.1.
- Supports GET method.
- Supports Linux and MacOs only, use wsl if on windows.
- Supports images, html, css, javascript.
i build this with the intent to learn more about how HTTP protocol works and how to use C as programing lenguage.
cd http-server-c
gcc -o http_server http_server.c && ./http_server