0.0.4 • Published 12 years ago

quick-proxy v0.0.4

Weekly downloads
2
License
-
Repository
-
Last release
12 years ago

Quick Proxy Server

Proxy all requests on a given port another to port on quickhost.

Installation

npm install -g quick-proxy

Usage

quick-proxy --listen-port <port to listen to> --forward-port <port to forward to>

Example

Say you have a Jenkins server running on port 8080 and you want to connect via port 80. You would run simple-proxy with the command

quick-proxy --listen-port 80 --forward-port 8080

Test

# install development dependencies
npm install
# run tests
npm test
0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago