Skip to content

Instantly share code, notes, and snippets.

@kurokikaze
kurokikaze / server.js
Created February 26, 2011 20:32
Delaying proxy, xkcd-style http://wp.me/pfjwm-me
var oc = function(a) {
var o = {};
for(var i=0;i<a.length;i++) {
o[a[i]]='';
}
return o;
}
var http = require('http'),
url = require('url'),