Hacker News new | ask | show | jobs
by jcw 5649 days 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

This is a nice introduction to writing a minimal web server:

http://www.ibm.com/developerworks/systems/library/es-nweb/in...

1 comments

Thanks 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

There's usually something to learn from anyone else tackling the same problem.