awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Asynchronous Runtimes · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesAsynchronous Runtimes

Frameworks and libraries providing non-blocking task scheduling and concurrency primitives for network applications.

Distinguishing note: Focuses on the execution model for concurrency rather than general web routing.

Explore 1 awesome GitHub repository matching web development · Asynchronous Runtimes. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Asynchronous Runtimes

Awesome Asynchronous Runtimes GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • actix/actix-web

    actix/actix-web

    24,421View on GitHub↗

    Actix Web is an asynchronous web framework designed for building high-performance network services. It provides a foundation for processing concurrent requests through a non-blocking execution model, utilizing an actor-based concurrency system to manage lightweight processes and message passing. The framework includes a low-level networking layer that handles the parsing and serialization of HTTP traffic according to standard specifications. The framework distinguishes itself through a type-safe routing engine that enforces strict data types at compile time, ensuring that request parameters a

    Utilizes non-blocking task scheduling to process concurrent network streams without thread-per-connection overhead.

    Rustactixactix-webasync
    24,421View on GitHub↗