Skip to content

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

Notifications You must be signed in to change notification settings

tomotargz/myhttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages