an itsy-bitsy web server
serve is an extremely minimalist HTTP/1.0 web server built in C. It is designed to be small, simple
and secure.
serve can only host plaintext files and html files. No Javascript, no images, nothing. Just HTML and plaintext.
Compile main.c with GCC or your C compiler of choice, then run ./serve. serve will now serve any HTML or plaintext file in the directory where you ran it.
Licensed under The Unlicense.