From 35ba0db554c6bace21b1bacfa8f5fb6df4228db0 Mon Sep 17 00:00:00 2001 From: No9 Date: Sat, 16 Mar 2013 12:17:35 +0000 Subject: [PATCH 1/2] Harmon messsage --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5ae63a37b..b59318400 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,11 @@ httpProxy.createServer( ).listen(8000); ``` +A regular request we receive is to support the modification of html/xml content that is returned in the response from an upstream server. + +[Harmon](https://github.com/No9/harmon/) is a stream based middleware plugin that is designed to solve that problem in the most effective way possible. + + ## Proxying WebSockets Websockets are handled automatically when using `httpProxy.createServer()`, but if you want to use it in conjunction with a stand-alone HTTP + WebSocket (such as [socket.io][5]) server here's how: From 4e42354e77d5731a383d516fc0b249d5d0eda745 Mon Sep 17 00:00:00 2001 From: No9 Date: Sat, 16 Mar 2013 12:17:54 +0000 Subject: [PATCH 2/2] Harmon messsage --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b59318400..12cbc559d 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,6 @@ A regular request we receive is to support the modification of html/xml content [Harmon](https://github.com/No9/harmon/) is a stream based middleware plugin that is designed to solve that problem in the most effective way possible. - ## Proxying WebSockets Websockets are handled automatically when using `httpProxy.createServer()`, but if you want to use it in conjunction with a stand-alone HTTP + WebSocket (such as [socket.io][5]) server here's how: