Skip to content

Instantly share code, notes, and snippets.

@comster
comster / .block
Last active June 27, 2016 03:15 — forked from mbostock/.block
Zoomable Area
license: gpl-3.0
@comster
comster / proxy.js
Created November 9, 2015 05:38 — forked from richardkazuomiller/proxy.js
node-http-proxy routing proxy with websockets
var httpProxy = require('http-proxy')
var proxy = httpProxy.createProxy({
ws : true
});
var options = {
'herp.dev': 'http://0.0.0.0:9008',
'derp.dev' : 'http://0.0.0.0:3000'
}