New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-reverse-proxy

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-reverse-proxy

A reverse proxy in node.js for HTTP and Websockets

npmnpm
Version
0.0.3
Version published
Weekly downloads
23
9.52%
Maintainers
1
Weekly downloads
 
Created
Source

A reverse proxy in node.js for HTTP and Websockets.

Requires node.js <= v0.4.x

Example usage :

var node_reverse_proxy = require('node-reverse-proxy');

var ip = '127.0.0.1';
var reverse_proxy = new node_reverse_proxy({
    'first_host.com' : ip + ':8082',
    'my.second_host.com' : ip + ':8081',
    'my.second_host.com/page/' : ip + ':8080'
});

reverse_proxy.start(80);

FAQs

Package last updated on 20 Nov 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts