https://github.com/nondanee/deno-proxy
simple HTTP proxy
https://github.com/nondanee/deno-proxy
deno
Last synced: 10 months ago
JSON representation
simple HTTP proxy
- Host: GitHub
- URL: https://github.com/nondanee/deno-proxy
- Owner: nondanee
- License: mit
- Created: 2020-05-03T15:13:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T18:51:19.000Z (about 6 years ago)
- Last Synced: 2025-04-07T21:01:40.952Z (about 1 year ago)
- Topics: deno
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple HTTP Proxy
Powered by Deno 🦕
## Usage
> Demo with too many bugs 🙃
```sh
$ deno --allow-net --allow-read server.js
```
## Reference
- https://deno.land/
- https://doc.deno.land/https/deno.land/std/http/server.ts
- https://github.com/denoland/deno/blob/master/std/manual.md#tcp-echo-server
- https://doc.deno.land/https/github.com/denoland/deno/releases/latest/download/lib.deno.d.ts
## License
MIT