Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/reverse-proxy-starter
https://github.com/s-a/reverse-proxy-starter
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-a/reverse-proxy-starter
- Owner: s-a
- Created: 2017-11-22T03:57:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T18:51:17.000Z (almost 7 years ago)
- Last Synced: 2024-08-10T09:57:29.260Z (3 months ago)
- Language: JavaScript
- Size: 71.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple reverse proxy
## Installation
`npm i [-g] reverse-proxy-starter [--save-dev]`
## Usage
```shell
reverse-proxy localhost http://127.0.0.1:3000 localhost/api http://127.0.0.1:8001 --port 8080
``````shell
reverse-proxy {local-ip} http://{local-ip}:3000 {local-ip}/api http://{local-ip}:8001 --port 8080
```