SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Rust Web programming Projects
-
Yew
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Project mention: Best Backend Frameworks for 2025: A Developer's Guide to Making the Right Choice | dev.to | 2025-02-02
Rocket: Rust's Type-Safe API Builder
-
To find answers, we wanted to get our hands dirty with three popular Rust web frameworks including rocket, axum, and actix, and get a feeling for their performance, features, and most importantly the developer experience.
-
In particular the last point is what sets axum apart from other frameworks axum doesn't have its own middleware system but instead uses tower::Service. This means axum gets timeouts, tracing, compression, authorization, and more, for free. It also enables you to share middleware with applications written using hyper or tonic.
-
gutenberg
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
Project mention: Show HN: Game Bub – open-source FPGA retro emulation handheld | news.ycombinator.com | 2025-02-12Thanks, it's generated with Hugo using the https://github.com/adityatelange/hugo-PaperMod theme.
However, I made some modifications to the theme for the first time recently, and learned that I absolutely hate Hugo's templating language. I might switch away at some point in the future (perhaps to https://github.com/getzola/zola -- the templating is Jinja2-esque).
-
Project mention: Curl removes experimental HTTP back end in Rust | news.ycombinator.com | 2024-12-22
Most of them are built on top of hyper, including reqwest [0] (not a bad thing, they're just still hyper).
I personally wouldn't even consider hyper as an HTTP client for use in most projects, but reqwest adds a much more approachable API on top of hyper.
[0] https://github.com/seanmonstar/reqwest/blob/master/Cargo.tom...
-
Not sure how close it is to Laravel, but loco.rs claims to be Ruby on Rails for Rust, so it might be close to what you want.
Link: https://loco.rs/
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Rust Web programming discussion
Rust Web programming related posts
-
Authentication and Authorization Best Practices in ASP.NET Core
-
How To Use JWT Token In React JS
-
TryHackMe: JWT Security
-
🔐 How to create an authentication system with JWT in a Node.js API
-
Show HN: Welcome, Cot: the Rust web framework for lazy developers
-
How to authenticate a Flask API using JWT.
-
Show HN: Game Bub – open-source FPGA retro emulation handheld
-
A note from our sponsor - SaaSHub
www.saashub.com | 25 Mar 2025
Index
What are some of the best open-source Web programming projects in Rust? This list will help you:
# | Project | Stars |
---|---|---|
1 | yew | 31,362 |
2 | Rocket | 24,999 |
3 | actix-web | 22,628 |
4 | hyper | 15,058 |
5 | gutenberg | 14,976 |
6 | reqwest | 10,405 |
7 | loco | 7,415 |
8 | Iron | 6,124 |
9 | Tide | 5,080 |
10 | Seed | 3,824 |
11 | stdweb | 3,447 |
12 | Nickel | 3,037 |
13 | percy | 2,285 |
14 | Gotham | 2,254 |
15 | tungstenite-rs | 2,053 |
16 | ureq | 1,847 |
17 | ws-rs | 1,487 |
18 | Rouille, Rust web server middleware | 1,162 |
19 | cargo-web | 1,105 |
20 | tiny-http | 1,059 |
21 | curl-rust | 1,038 |
22 | Rustless | 618 |
23 | Sapper | 618 |