Skip to content

sahilrajput03/reverseProxy

Repository files navigation

Readme

This project demonstrates reverse proxy with the help of express-http-proxy (npm library).

You can start this project by:

# run server1
npm run s1

# run server2 (in separate terminal)
npm run s2

# start proxy server (in separate terminal)
npm start
# and visit: http://localhost:880

# in another terminal run ngrok  (in separate terminal)
./run_ngrok_from_880.sh
# Run the tunnel url give by `ngrok`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published