Skip to content

tsherif/cervit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cervit

A minimal, multi-threaded POSIX HTTP 1.1 server for local web development, written in C using only system libraries.

Primarily intended as a learning resource for anyone curious how to build an HTTP server without helper libraries.

Build:

  $ make

Run:

  $ ./cervit

Defaults to using port 5000. Optionally, provide a different port as the first argument:

  $ ./cervit 3000

About

Minimal, multi-threaded POSIX HTTP 1.1 server written in C using only system libraries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors