Simple CGI server
Wanted something quick to serve gitweb and figured I'd see how our grandparents made websites.
node.js's built-in tcp, http and child_process libraries.
$ cd mini-cgi
$ npm install
$ ROOT=example AUTO_INDEX=index.cgi node index.js
MIT