Skip to content

LuisDavid01/http-server-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My own HTTP Server

A simple HTTP server i made using C, it only supports HTTP/1.1.

Features

  • 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

About

My own http server from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published