Skip to content

Commit

Permalink
Harmon messsage
Browse files Browse the repository at this point in the history
  • Loading branch information
No9 committed Mar 16, 2013
1 parent ca37ad7 commit 35ba0db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 35ba0db

Please sign in to comment.