Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 779 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 779 Bytes

Examples

View working examples of http-proxy-middleware implemented in popular servers.

To run and view the examples; Clone the http-proxy-middleware repo and install the dependencies:

$ git clone https://github.com/chimurai/http-proxy-middleware.git
$ cd http-proxy-middleware
$ yarn
$ yarn build

Run the example from root folder:

$ node examples/browser-sync
$ node examples/connect
$ node examples/express
$ node examples/websocket

Server recipes

You can find more server implementations with http-proxy-middleware in the server recipes