myhttpd is a simple web server written in C. It is written using only system calls and standard library functions.
$ cc myhttpd.c -o myhttpd
$ myhttpd -h
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. |
These are books I read to develop myhttpd.