Skip to content

Files

Latest commit

397748a · Mar 24, 2025

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 22, 2022
Apr 22, 2022
Apr 22, 2022
May 12, 2024
Apr 27, 2024
Mar 24, 2025
Apr 22, 2022
Apr 20, 2024
Apr 27, 2024
Mar 22, 2025
Mar 22, 2025

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:

Install

# git clone https://github.com/chimurai/http-proxy-middleware.git

yarn install:all
yarn build

Run examples

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