https://github.com/pcnate/red-ampp
developer tool for running micro services behind a redbird proxy
https://github.com/pcnate/red-ampp
developer-tools proxy-server redbird xampp
Last synced: 10 months ago
JSON representation
developer tool for running micro services behind a redbird proxy
- Host: GitHub
- URL: https://github.com/pcnate/red-ampp
- Owner: pcnate
- License: mit
- Created: 2018-11-02T20:55:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T16:53:09.000Z (about 3 years ago)
- Last Synced: 2025-03-22T14:11:12.870Z (11 months ago)
- Topics: developer-tools, proxy-server, redbird, xampp
- Language: TypeScript
- Homepage:
- Size: 2.25 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RED-AMPP
Developer tool for running micro services behind a redbird proxy. Some CLI tools like Angular already provide a proxy mechanism. This one attempts to seperate from the source and provide more extensive abilities
>__WARNING:__
>
>This is only meant to run as a development tool on localhost. Using it as a web facing tool is not recommended at this time
## Current Setup
* `npm install -g red-ampp`
* `red-ampp`
## Example
| Source | | Destination |
| ----------------------- | --- | --------------------------- |
| http://localhost/api | --> | http://localhost:3000/api |
| http://localhost/ | --> | http://localhost:4200 |
| http://localhost/other | --> | http://localhost:3001/other |
| http://localhost/remote | --> | http://otherserver/remote |
## Development Setup
* run 2 terminals
* `npm run dev` to start the server in development mode
* `npm run start` to start the angular server
* access the management portal at http://localhost/red-ampp/
