You are here |
www.shuttle.rs | ||
| | | |
www.shuttle.dev
|
|
| | | | This guide is a deep-dive on Axum, a Rust web backend framework. We look at using Axum to write a competent web service with middleware, routing, static files and more. | |
| | | |
www.shuttle.dev
|
|
| | | | This article talks about how you can use Actix Web to write a web application, covering routing, middleware, static files and databases. | |
| | | |
tokio.rs
|
|
| | | | Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more. | |
| | | |
www.shuttle.rs
|
|
| | This article explores how you can write and deploy an uptime monitoring web service in Rust. |