https://github.com/x-rays5/url_shortener
A url shortener running on cloudflare workers. Uses rust webasm and CF Workers kv storage
https://github.com/x-rays5/url_shortener
cloudflare-workers rust url-shortener webasm webassembly
Last synced: 12 months ago
JSON representation
A url shortener running on cloudflare workers. Uses rust webasm and CF Workers kv storage
- Host: GitHub
- URL: https://github.com/x-rays5/url_shortener
- Owner: X-rays5
- License: unlicense
- Created: 2022-01-12T17:49:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T22:32:40.000Z (over 1 year ago)
- Last Synced: 2024-12-26T23:43:01.549Z (over 1 year ago)
- Topics: cloudflare-workers, rust, url-shortener, webasm, webassembly
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# url_shortener
Setup
To use this the kv namespace binding in needs to be changed in wrangler.toml
Generate a new one with
```cmd
wrangler kv:namespace create "db" --preview
```
Then change the id for preview_id in wrangler.toml to your own
Usage
ShareX Config