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
·

2 dépôts

Awesome GitHub RepositoriesConcurrent

Executing multiple simultaneous network requests to different service endpoints to aggregate data quickly.

Distinct from API Request Handling: Focuses on the concurrency of requests across different APIs for aggregation, rather than just processing a single API's requests.

Explore 2 awesome GitHub repositories matching web development · Concurrent. Refine with filters or upvote what's useful.

Awesome Concurrent 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.
  • wendux/flyW

    wendux/fly

    3,927Voir sur 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

    Enables triggering multiple network requests simultaneously and processing the aggregated results upon completion.

    JavaScript
    Voir sur GitHub↗3,927
  • guoyue2010/lxmusic-Avatar de guoyue2010

    guoyue2010/lxmusic-

    2,993Voir sur GitHub↗

    lxmusic- is a cross-platform audio player and music streaming client designed to aggregate audio tracks from various third-party providers into a single unified playback interface. It functions as a music aggregator that translates disparate responses from multiple music service endpoints into a standardized format for centralized search and playback. The application utilizes a plugin-based architecture to integrate new music content providers through dynamic loading without requiring modifications to the core logic. This allows the player to wrap multiple third-party APIs and route diverse a

    Performs multiple simultaneous network calls to different music APIs to populate search results and playlists rapidly.

    JavaScript
    Voir sur GitHub↗2,993
  1. Home
  2. Web Development
  3. API Management Tools
  4. API Request Handling
  5. Concurrent