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

https://github.com/namberino/http-server

An HTTP server written in C
https://github.com/namberino/http-server

Last synced: 3 months ago
JSON representation

An HTTP server written in C

Awesome Lists containing this project

README

        

# An HTTP server written in C

This is a simple HTTP server written in C. Compile it with `make` and run it with `./bin/http` and visit `http://127.0.0.1:8080/`