Skip to content

hellboy-zero/HTTP_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

HTTP_server

HTTP server completely written in C from scratch , as it is not a complete server it just cover some parts of the HTTP server like GET , TCP , response codes {200 ok , 404 Not Found ..} , multi threading and other

references

  • developer mozilla
  • linux man pages of the Socket , read , open , bind , accept and other

about versions

  • as this time there is just one version {0} but may be in few days or in a month ill make another version of the HTTP with more features
  • the next version is going it be better as more ill understand about the HTTP servers , but it'll take some time

Tip's

  • use GCC to compile the server.c
  • use html file name "main.html" as it is used as default file in program

About

HTTP server completely written in C from scratch , as it is not a complete server it just cover some parts of the HTTP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors