Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eduardgomezescandell/httpserver

Simple implementation of an HTTP server in C
https://github.com/eduardgomezescandell/httpserver

Last synced: 27 days ago
JSON representation

Simple implementation of an HTTP server in C

Awesome Lists containing this project

README

        

# HTTP server

This project explores implementing an HTTP server in C using only the standard library and Linux system calls.