Tinyhttpd:A tiny http server with multi-port monitoring.
tinyhttp:A tiny HTTP server library written in modern C++ with REST and WS support, used mostly in my embedded projects.
anywhere:start a static file server anywhere. HTTP server pattern wrote in C, as a tinyhttp demo
httplite:httplite — A minimal, single header, zero-copy, zero-allocation HTTP/1.1 parser in C and compatible with C89. Uses only pointer arithmetic and nothing else in only 50 lines.