Rust Framework Guides

Each one of the language guides will take you through creating and deploying a simple application.

If you don’t see a framework supported here that you’d like to run on Fly.io, tell us in the Community.

Run an Axum App

Axum is a web application framework that focuses on ergonomics and modularity.

Run an Actix Web App

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust

Run a Warp App

Warp is a super-easy, composable, web server framework for warp speeds.

Run a Rocket App

Rocket is a web framework for Rust that makes it simple to write fast, type-safe, secure web applications with incredible usability, productivity and performance.

Run a Poem App

Poem is a full-featured and easy-to-use web framework with the Rust programming language.

Run a Dioxus Liveview App

Dioxus Liveview allows apps to run on the server and render in the browser. It uses WebSockets to communicate between the server and the browser.