Skip to content

Commit d6a2f8a

Browse files
committed
added readme
1 parent dce80b9 commit d6a2f8a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# node-http-proxy - v0.1.0
2+
3+
## battle-hardened node.js http reverse proxy
4+
5+
6+
7+
###features
8+
9+
- reverse-proxies incoming http.Server requests
10+
- can handled malformed http requests
11+
- uses event buffering to support application latency in proxied requests
12+
- minimal request overhead and latency
13+
- fully-tested
14+
- battled-hardened through production usage @ nodejitsu.com
15+
16+
17+
###when to use node-http-proxy
18+
19+
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.
20+
21+
### how to use node-http-proxy
22+

0 commit comments

Comments
 (0)