You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1993,7 +1993,13 @@ See also [Are we game yet?](https://arewegameyet.rs)
1993
1993
### Web programming
1994
1994
1995
1995
See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework comparison](https://github.com/flosse/rust-web-framework-comparison).
1996
-
1996
+
* Backend
1997
+
*[actix/actix-web](https://github.com/actix/actix-web) - A lightweight async web framework with websocket support
1998
+
*[Anansi](https://github.com/saru-tora/anansi) - A simple full-stack web framework
1999
+
*[Rocket](https://github.com/rwf2/Rocket) - Rocket is a web framework with a focus on ease-of-use, expressability, and speed
2000
+
*[spring-rs](https://github.com/spring-rs/spring-rs) - spring-rs is a application framework written in rust inspired by java's spring-boot.
2001
+
*[tako](https://github.com/rust-dd/tako) - Tako is an asynchronous web framework for Rust on Hyper & Tokio. [GitHub Workflow Status](https://github.com/rust-dd/tako/actions/workflows/ci.yml/badge.svg)
2002
+
*[tokio/axum](https://github.com/tokio-rs/axum) - Ergonomic and modular web framework built with Tokio, Tower, and Hyper [](https://github.com/tokio-rs/axum/actions/workflows/CI.yml)
1997
2003
* Client-side / WASM
1998
2004
*[cargo-web](https://crates.io/crates/cargo-web) - A Cargo subcommand for the client-side Web
1999
2005
*[leptos](https://github.com/leptos-rs/leptos) - Leptos is a full-stack, isomorphic web framework leveraging fine-grained reactivity to build declarative user interfaces.[](https://crates.io/crates/leptos)
@@ -2014,8 +2020,6 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework
2014
2020
*[plabayo/rama](https://github.com/plabayo/rama) - A modular service framework to move and transform your network packets, can be used among other things, to build clients with TLS, JA3/JA4, H2 and QUIC/H3 fingerprint impersonation
2015
2021
*[seanmonstar/reqwest](https://github.com/seanmonstar/reqwest) - an ergonomic HTTP Client.
2016
2022
* HTTP Server
2017
-
*[actix/actix-web](https://github.com/actix/actix-web) - A lightweight async web framework with websocket support
2018
-
*[Anansi](https://github.com/saru-tora/anansi) - A simple full-stack web framework
2019
2023
*[branca](https://crates.io/crates/branca) - Implementation of Branca for Authenticated and Encrypted API tokens.
2020
2024
*[c410-f3r/wtx](https://github.com/c410-f3r/wtx) - Low and high level HTTP/2 server
2021
2025
*[carllerche/tower-web](https://github.com/carllerche/tower-web)[[tower-web](https://crates.io/crates/tower-web)] - A fast, boilerplate free, web framework
@@ -2031,15 +2035,11 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework
2031
2035
*[Nickel](https://github.com/nickel-org/nickel.rs/) - inspired by [Express](https://expressjs.com/)
2032
2036
*[plabayo/rama](https://github.com/plabayo/rama) - A modular service framework to move and transform your network packets, can also be used to fingerprint incoming clients
2033
2037
*[poem-web/poem](https://github.com/poem-web/poem) - A full-featured and easy-to-use web framework. [](https://github.com/poem-web/poem/actions/workflows/ci.yml)
2034
-
*[Rocket](https://github.com/rwf2/Rocket) - Rocket is a web framework with a focus on ease-of-use, expressability, and speed
2035
2038
*[Rustless](https://github.com/rustless/rustless) - A REST-like API micro-framework inspired by [Grape](https://github.com/ruby-grape/grape) and [Hyper](https://github.com/hyperium/hyper)
2036
2039
*[Salvo](https://github.com/salvo-rs/salvo) - an easy to use webframework base on hyper and tokio. [](https://github.com/salvo-rs/salvo/actions)
2037
2040
*[Saphir](https://github.com/richerarc/saphir) - A progressive web framework with low-level control, without the pain.
2038
2041
*[seanmonstar/warp](https://github.com/seanmonstar/warp) - A super-easy, composable, web server framework for warp speeds. [](https://crates.io/crates/warp)
2039
-
*[spring-rs](https://github.com/spring-rs/spring-rs) - spring-rs is a application framework written in rust inspired by java's spring-boot.
2040
-
*[tako](https://github.com/rust-dd/tako) - Tako is an asynchronous web framework for Rust on Hyper & Tokio. [GitHub Workflow Status](https://github.com/rust-dd/tako/actions/workflows/ci.yml/badge.svg)
2041
2042
*[tiny-http](https://github.com/tiny-http/tiny-http) - Low level HTTP server library
2042
-
*[tokio/axum](https://github.com/tokio-rs/axum) - Ergonomic and modular web framework built with Tokio, Tower, and Hyper [](https://github.com/tokio-rs/axum/actions/workflows/CI.yml)
2043
2043
*[tomaka/rouille](https://github.com/tomaka/rouille) - Web framework
2044
2044
*[Zino](https://github.com/zino-rs/zino) - Next-generation framework for composable applications
0 commit comments