MiniMiniWeb is a minimal, multithreaded web server in C.

Features (and Misfeatures)

Written in C
Multithreaded (with pthread)
Designed for Unix-like systems
Supports GET and POST requests
Only serves static files
No SSL
No CGI or anything "dynamic"
No Virtual Hosts
No Directory Listings (gotten pulled out)
No IPv6

WWW: https://www.github.com/neelchauhan/MiniMiniWeb
