Skip to content

Commit 35ba0db

Browse files
author
No9
committed
Harmon messsage
1 parent ca37ad7 commit 35ba0db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,11 @@ httpProxy.createServer(
351351
).listen(8000);
352352
```
353353

354+
A regular request we receive is to support the modification of html/xml content that is returned in the response from an upstream server.
355+
356+
[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.
357+
358+
354359
## Proxying WebSockets
355360
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:
356361

0 commit comments

Comments
 (0)