nuclear@11: tinyweb - tiny web server library and daemon nuclear@11: ============================================ nuclear@11: nuclear@11: The tinyweb project includes a rudimentary web server in library form nuclear@11: (libtinyweb), and a simple web server daemon (tinywebd) which uses it. nuclear@11: nuclear@11: Author: John Tsiombikas nuclear@11: nuclear@11: I disclaim all copyright to this program, and place it in the public domain. nuclear@11: Feel free to use it any way you like. I'd appreciate a mention and an email nuclear@11: saying hi, but whatever. nuclear@11: nuclear@11: Download nuclear@11: -------- nuclear@11: Latest release: no releases yet, just grab the source from the repo. nuclear@11: nuclear@11: Code repository: https://github.com/jtsiomb/tinyweb nuclear@11: nuclear@11: Usage nuclear@11: ----- nuclear@11: See ``src/main.c`` as an example on how to use libtinyweb, and read the header nuclear@11: file ``libtinyweb/src/tinyweb.h`` which is very simple, and heavily commented.