6 ms·
I've been doing some research on small web servers, trying to understand didiwiki's code (a web server and wiki engine in ~2k lines of C): http://c2.com/cgi/wi
by jcw 16y ago
I've been doing some research on small web servers, trying to understand didiwiki's code (a web server and wiki engine in ~2k lines of C):
http://c2.com/cgi/wiki?DidiWiki http://c2.com/cgi/wiki?DidiWiki
This is a nice introduction to writing a minimal web server:
http://www.ibm.com/developerworks/systems/library/es-nweb/index.html http://www.ibm.com/developerworks/systems/library/es-nweb/in...
- abecedarius 16y agoThanks for pointing that out -- I'll want to look didiwiki over since I also wrote a webserver/wiki in <2k lines of C, long ago: http://wry.me/~darius/hacks/ikiwiki.tar.gz http://wry.me/~darius/hacks/ikiwiki.tar.gz There's usually something to learn from anyone else tackling the same problem.