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
- developer mozilla
- linux man pages of the Socket , read , open , bind , accept and other
- 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
- use GCC to compile the server.c
- use html file name "main.html" as it is used as default file in program