Skip to content

dhuertas/http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http

A custom, multi-threaded http web server.

Warning! This project is for fun and learning purposes only.

Compile

  • Under http folder do: gcc -o bin/httpd ./src/*.c (you may need to add -lpthread or -pthread).

Execute

  • Setup the httpd.conf config file.
  • Under http folder do ./bin/httpd -c ./config/httpd.conf.

About

A custom, multi-threaded HTTP web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages