https://github.com/edamame-x/cf-worker-proxy
Minimal Proxy in Cloudflare Worker | Open Source 🎁
https://github.com/edamame-x/cf-worker-proxy
cloudflare-worker cloudflare-workers proxy worker
Last synced: 24 days ago
JSON representation
Minimal Proxy in Cloudflare Worker | Open Source 🎁
- Host: GitHub
- URL: https://github.com/edamame-x/cf-worker-proxy
- Owner: EdamAme-x
- License: mit
- Created: 2024-06-14T15:19:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T18:31:20.000Z (10 months ago)
- Last Synced: 2025-03-22T22:38:57.799Z (about 1 month ago)
- Topics: cloudflare-worker, cloudflare-workers, proxy, worker
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cf-worker-proxy
Minimal Proxy in Cloudflare Worker | Open Source 🎁## Develop
### Start Dev Server
```ts
bun run dev
```