awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesAsynchronous Request Queueing

Mechanisms to pause and queue network requests until specific asynchronous conditions are met.

Distinct from Asynchronous Request Managers: Focuses on the pause/queue mechanism for specific operations rather than general lifecycle coordination

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

Awesome Asynchronous Request Queueing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • wendux/flyW

    wendux/fly

    3,927Ver en GitHub↗

    Fly is an HTTP client library and cross-platform network wrapper that provides a unified Promise-based interface for managing network requests across diverse JavaScript runtimes and operating systems. It functions as a multi-runtime request manager, abstracting underlying HTTP engines to ensure consistent behavior between browsers and native environments. The library features a middleware system for capturing and modifying outgoing requests and incoming responses through a request interceptor pipeline. It employs adapter-based engine switching to maintain a consistent API across different pla

    Provides a mechanism to pause request instances and hold tasks until an asynchronous operation completes.

    JavaScript
    Ver en GitHub↗3,927
  1. Home
  2. Web Development
  3. Asynchronous Request Managers
  4. Asynchronous Request Queueing