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

https://github.com/soywod/c-server

A simple Unix Web server written in C
https://github.com/soywod/c-server

Last synced: 8 months ago
JSON representation

A simple Unix Web server written in C

Awesome Lists containing this project

README

          

# Pure C Unix web server

Simple and fast web server written in C (for Linux only). Allow you to listen for incomming requests, retrieve its header + content, and then reply to the client. See [example.c](https://github.com/soywod/c-server/blob/master/example.c) to get a complete usage example.