Commit d6a2f8aa authored by Marak Squires's avatar Marak Squires

added readme

parent dce80b9b
# node-http-proxy - v0.1.0
## battle-hardened node.js http reverse proxy
###features
- reverse-proxies incoming http.Server requests
- can handled malformed http requests
- uses event buffering to support application latency in proxied requests
- minimal request overhead and latency
- fully-tested
- battled-hardened through production usage @ nodejitsu.com
###when to use node-http-proxy
let's suppose you were running multiple http application servers, but you only wanted to expose one machine to the internet. you could setup node-http-proxy on that one machine and then reverse-proxy the incoming http requests to locally running services which were not exposed to the outside network.
### how to use node-http-proxy
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment