Skip to content

Computer networking class, trivial http server implemented in C

Notifications You must be signed in to change notification settings

haffinn/tsam_http_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTTP

A simple HTTP server.

Usage

Assuming a OS X operating system and cwd=src/

Example Project Usage

$ make
$ ./httpd

Contribution

  1. Add name and email address in src/AUTHORS.
  2. Follow same coding style as is currently in use.
  3. Write simple commit messages with a single change per commit (Note that a single change can be arbitrarily long).
  4. Be awesome!

About

Computer networking class, trivial http server implemented in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published