Skip to content

Instantly share code, notes, and snippets.

View roughy's full-sized avatar

Marco Reinwarth roughy

View GitHub Profile
@roughy
roughy / proxy-9080.js
Created March 15, 2017 21:01
NodeJS proxy server
//
// npm install http-proxy --save
//
var http = require('http'),
httpProxy = require('http-proxy');
//
// Create a proxy server with custom application logic
//