Salvo Alternatives
Similar projects and alternatives to salvo
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
actix-web
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
-
MyBlog
Personal website. Uses the Yesod Framework with Haskell. Has a PostgreSQL DB, CICD, Markdown support. It is deployed on Heroku. (by bogdanbojan)
-
-
-
Warp
Warp is a blazingly-fast modern Rust based GPU-accelerated terminal built to make you and your team more productive.
-
Mergify
Automate your Pull Request with Mergify. Mergify is the most powerful merge queue tool that offers speculative checks, batch merges, and multiple queueing options. Coordinated with any CI and fully integrated to GitHub. Get started or request a demo!
-
FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
-
poem
A full-featured and easy-to-use web framework with the Rust programming language.
-
salvo reviews and mentions
-
Minimalist Guide to Axum
Nice to see even more newer Rust frameworks at the top. Salvo in stable rust and xtica-web using nightly.
- Easiest web api framework?
-
Salvo 0.24.2 released, very easy to use web framework
Add parse request data APIs. Examples: https://github.com/salvo-rs/salvo/blob/main/examples/parse-data/src/main.rs
You can find many middlewares in extra crates: https://github.com/salvo-rs/salvo/tree/main/extra/src
-
A personal blog base on salvo
Salvo is a new web server framework written in rust. https://github.com/salvo-rs/salvo
- New web server framework written in rust
- New web framework written in rust
-
Web server framework Salvo 0.10.3
#[fn_handler] async fn upload(req: &mut Request, res: &mut Response) { let files = req.get_files("files").await; if let Some(files) = files { let mut msgs = Vec::with_capacity(files.len()); for file in files { let dest = format!("temp/{}", file.filename().unwrap_or_else(|| "file".into())); if let Err(e) = std::fs::copy(&file.path, Path::new(&dest)) { res.set_status_code(StatusCode::INTERNAL_SERVER_ERROR); res.render_plain_text(&format!("file not found in request: {}", e.to_string())); } else { msgs.push(dest); } } res.render_plain_text(&format!("Files uploaded:\n\n{}", msgs.join("\n"))); } else { res.set_status_code(StatusCode::BAD_REQUEST); res.render_plain_text("file not found in request"); } } Read more: https://github.com/salvo-rs/salvo
-
I want to use rust as backend for a react app, what crate do you recommend me for http stuff?
https://github.com/salvo-rs/salvo a web server framework easy to use, very like some frameworks in golang.
-
Salvo - New rust web framework
Although there are some differences here and there, Salvo looks eerily similar to Warp, even to the point where code is identical. Take for (an extreme) example Warp's TLS functionality and Salvo's TLS functionality. It would be good to see Warp being mentioned and/or compared to and its license included as significant portions of code are copied.
-
New rust web framework darpi
I also create a new web framework https://github.com/salvo-rs/salvo/
Stats
salvo-rs/salvo is an open source project licensed under Apache License 2.0 which is an OSI approved license.
Popular Comparisons
Are you hiring? Post a new remote job listing for free.