awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • django/channelsAvatar de django

    django/channels

    6,352Voir sur GitHub↗

    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
    Voir sur GitHub↗6,352
  1. Home
  2. DevOps & Infrastructure
  3. Task Queues
  4. Django Task Queue Adapters
  5. Async Task Processors