Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Axum Alternatives
Similar projects and alternatives to axum
-
actix-web
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
-
-
Revelo Payroll
Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
-
warp
A super-easy, composable, web server framework for warp speeds. (by seanmonstar)
-
poem
A full-featured and easy-to-use web framework with the Rust programming language.
-
sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL. (by launchbadge)
-
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
-
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
-
rust-web-framework-comparison
A comparison of some web frameworks and libs written in Rust
-
-
FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
-
-
rust-web-benchmarks
Benchmarking web frameworks written in rust with rewrk tool.
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
axum reviews and mentions
-
Proper type for axum SSE stream
I am trying to stream a response from the OpenAI API as an SSE with axum. I have combined the following examples from the async-openai and axum repos to produce the below code I've used iterators in Rust but have not used streams, I have no idea how to reconcile the types here and don't know where to start to solve the problem. A solution or any pointers would be greatly appreciated. https://github.com/tokio-rs/axum/tree/axum-v0.6.20/examples/sse https://github.com/64bit/async-openai/tree/main/examples/chat-stream ``rust async fn sse_handler( TypedHeader(user_agent): TypedHeader, ) -> Sse>> { println!("{}` connected", user_agent.as_str());
-
Introduction to the Tower library
-- axum README
-
Building a Rust app with Perseus
Perseus applications also make use of tokio, a Rust asynchronous runtime, and perseus-axum — an integration that streamlines the use of the Perseus frontend framework with the Axum web framework, specifically on the engine side. The configuration file also shows a section for browser-only dependencies. Even though there are no default dependencies in this section, it indicates a place where such dependencies could be added as your application evolves.
-
Eagerly anticipate the code reviews from Rust experts
Take a look at some well designed project structure https://github.com/tokio-rs/axum
-
I want to learn how to build microservices in rust
Axum https://github.com/tokio-rs/axum has great examples for quick start.
-
Server-side rendering in Rust - a Dall.E use-case
Tokio is a runtime for asynchronous programming for Rust; Axum is a web framework that leverages the former. I already used Axum for the previous REST API, so I decided to continue.
-
What other programming languages/frameworks do you enjoy besides c#/dotnet?
The environment is not as mature as in dotnet, but there are some hidden gems like Axum: check it out if you have time :)
-
Is Rust suitable for full-stack web development as a web dev beginner (but already familiar with programming) ?
I would start with the rust book. But for backend web dev zero2prod is also a good place to start. For backend frameworks axum is the general recommendation these days, followed by actix-web.
- Hey Rustaceans! Got a question? Ask here (15/2023)!
-
I want to implement cookies-sessions auth , with session table in postgres . Knowing that I’m using axum.
https://github.com/tokio-rs/axum/tree/main/examples/sessions and https://github.com/tokio-rs/axum/tree/main/examples/diesel-postgres
-
A note from our sponsor - Onboard AI
getonboard.dev | 3 Oct 2023
Stats
tokio-rs/axum is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of axum is Rust.