httpredirect-server

Rust Docker Fly Deploy

A custom URL shortener use – written in Rust, build with Tokio and Axum, and deployed to Fly.io.

Load Testing

A k6 load-testing script is in the load-test directory.

The load tests can be run with the following command (assuming k6 is installed):

bash k6 run load-test/script.js

Deployment

bash flyctl deploy

Possible Roadmap