tsherif / cervit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C 96.6%Language:Makefile 3.4%