Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 286 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 286 Bytes

webserver-c

A simple HTTP webserver written in C.

This project is the example code that is used for the article: Making a simple HTTP webserver in C.

Usage

$ gcc -Wall webserver.c -o webserver
$ ./webserver