/myhttpd

myhttpd is a simple web server written in C. It is written using only system calls and standard library functions.

Primary LanguageC

About myhttpd

myhttpd is a simple web server written in C. It is written using only system calls and standard library functions.

Usage

$ cc myhttpd.c -o myhttpd
$ myhttpd -h

Files and directories

name description
myhttpd.c httpd.c is a Code of myhttpd.
misc misc is a directory containing codes that I wrote to learn system calls and standard library functions.

Links

These are books I read to develop myhttpd.