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
yarn install:all
yarn buildRun the example from root folder:
node examples/browser-syncnode examples/connectnode examples/expressnode examples/websocketYou can find more server implementations with http-proxy-middleware in the server recipes