awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesAsync Task Processors

Processes background tasks and long-poll HTTP requests in an asynchronous style within a Django project.

Distinct from Django Task Queue Adapters: Distinct from Django Task Queue Adapters: focuses on async processing within Django's own channel layer, not adapting to external queues like Huey.

Explore 1 awesome GitHub repository matching devops & infrastructure · Async Task Processors. Refine with filters or upvote what's useful.

Awesome Async Task Processors GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • django/channelsAvatar von django

    django/channels

    6,352Auf GitHub ansehen↗

    Channels is an extension for the Django web framework that adds native support for WebSockets, background tasks, and long-running connections alongside standard HTTP requests. It provides a channel layer abstraction for passing messages between different parts of a Django application across processes, along with a protocol router that inspects incoming connections and dispatches them to the correct handler for HTTP, WebSocket, or custom protocols. The project introduces an async consumer abstraction that wraps protocol-specific handling into a single callable, and a background worker pool tha

    Processes background tasks and long-poll HTTP requests in an asynchronous style within a Django project.

    Python
    Auf GitHub ansehen↗6,352
  1. Home
  2. DevOps & Infrastructure
  3. Task Queues
  4. Django Task Queue Adapters
  5. Async Task Processors