← All pathsintermediate

Web Development

Build async APIs and production web services with Tokio and Axum.

  1. 1
    Asynchronous Programming in Rust

    Official async book covering futures, executors, and async/await patterns.

  2. 2
    Tokio Tutorial

    Official async Rust tutorial covering tasks, channels, and I/O.

  3. 3
    Axum

    Ergonomic, modular web framework built on Tokio — the modern choice for Rust APIs.

  4. 4
    Zero To Production In Rust

    A full-stack course on building production-ready Rust web applications.

  5. 5
    Command-Line Rust

    Build real CLI tools while learning Rust — grep, cat, find, and more.