An open API service indexing awesome lists of open source software.

https://github.com/jpbruinsslot/webserver-c

A simple HTTP webserver written in C.
https://github.com/jpbruinsslot/webserver-c

c webserver

Last synced: about 1 year ago
JSON representation

A simple HTTP webserver written in C.

Awesome Lists containing this project

README

          

# 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](https://bruinsslot.jp/post/simple-http-webserver-in-c/).

## Usage

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