Skip to content

A Cloudflare worker-based URL shortener in Rust.

Notifications You must be signed in to change notification settings

jakeswenson/shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortener: A Cloudflare workers url shortener

This repo contains my url shortener which runs on Cloudflare's edge infrastructure.

Usage

With wrangler, you can build, test, and deploy this Worker with the following commands:

# compiles this project to WebAssembly and will warn of any issues
wrangler build

# run this Worker in an ideal development workflow (with a local server, file watcher & more)
wrangler dev

# deploy this Worker globally to the Cloudflare network (update your wrangler.toml file for configuration)
wrangler publish

About

A Cloudflare worker-based URL shortener in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages