Best Web Frameworks for Rust

Recommendations: 7 | Last Updated: Sept. 19, 2022 (1 year, 6 months)

Rocket.rs Rocket.rs

Rocket is a web framework for Rust that makes it simple to write fast, secure web applications without sacrificing flexibility, usability, or type safety.

👍 Most people think this is a good recommendation.

Actix.rs Actix.rs

A powerful, pragmatic, and extremely fast web framework for Rust. With Actix.rs you can forget about stringly typed objects, from request to response, everything has types. Actix provides a lot of features out of box. HTTP/2, logging, etc and is easily extensible. Allowing you to create your own libraries that any Actix application can use.

👍 Most people think this is a good recommendation.

Gotham.rs Gotham.rs

Gotham.rs is a flexible web framework written in Rust, it promotes stability, safety, security and speed.

👍 Most people think this is a good recommendation.

Seed.rs Seed.rs

Seed is a frontend Rust framework for creating fast and reliable web apps with an elm-like architecture. Seed provides all the benefits of Rust and macro based syntax, with a minimal overhead, configuration, and boilerplate. The framework is easy to pickup thanks to the clear documentation which is accessible to developers whether they are familiarity with Rust, or not.

👍 Most people think this is a good recommendation.

Yew.rs Yew.rs

Yew is a modern Rust framework for creating multi-threaded front-end web apps with WebAssembly. It features a component-based framework similar to that of React and Elm, which makes it easy to create interactive UIs. Yew.rs achieves great performance by minimizing DOM API calls and by helping developers easily offload processing to the background using web workers. While providing full interoperability with JavaScript, allowing developers to leverage NPM packages and integrate with existing JavaScript applications.

Smithy.rs Smithy.rs

With Smithy you can build WebAssembly applications written in Rust. Smithy.rs is a web framework that makes it easy to write web applications using idiomatic Rust.