Skip to content

Instantly share code, notes, and snippets.

@alexstrat
alexstrat / index.js
Created April 26, 2012 13:31
proxy-server
httpProxy = require('http-proxy');
httpProxy.createServer({
router: {
//UI
'kadoh.fr.nf' : '127.0.0.1:8080',
//bosh
'bosh.kadoh.fr.nf' : '127.0.0.1:5280',