https://github.com/itsgitz/bun-http-proxy
HTTP reverse proxy with Node.js
https://github.com/itsgitz/bun-http-proxy
Last synced: 22 days ago
JSON representation
HTTP reverse proxy with Node.js
- Host: GitHub
- URL: https://github.com/itsgitz/bun-http-proxy
- Owner: itsgitz
- License: mit
- Created: 2024-12-22T12:11:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-06-21T01:09:19.000Z (about 1 month ago)
- Last Synced: 2026-06-21T03:08:29.701Z (about 1 month ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# bun-http-proxy
Minimal HTTP reverse proxy for local development of the FinPay CRM v2 microservices.
Built with **Hono** + **Bun** — no build step, TypeScript executed directly.
## Usage
```bash
bun install
bun start
```
## Configuration
Copy `services.example.json` to `services.json` and edit targets for your local services.
Copy `.env.example` to `.env` to change the port:
```env
PORT=9000
```
## Adding a service
Edit `services.json` — add one object to the array. See `services.example.json` for the full format.
Restart the proxy. No code changes needed.