c-server
v0.0.2
Published
A simple Unix Web server written in C
Downloads
6
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 to get a complete usage example.