Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Jul 24, 2010
1 parent dce80b9 commit d6a2f8a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
@@ -0,0 +1,22 @@
# 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

0 comments on commit d6a2f8a

Please sign in to comment.