You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,17 @@
7
7
###features
8
8
9
9
- reverse-proxies incoming http.Server requests
10
+
- can be used as a CommonJS module in node.js
10
11
- can handled malformed http requests
11
12
- uses event buffering to support application latency in proxied requests
12
13
- minimal request overhead and latency
13
14
- fully-tested
14
15
- battled-hardened through production usage @ nodejitsu.com
15
-
16
+
- written entirely in javascript
17
+
- easy to use api
16
18
17
19
###when to use node-http-proxy
18
20
19
21
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.
0 commit comments