awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • wendux/flyW

    wendux/fly

    3,927عرض على 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
    عرض على GitHub↗3,927
  • guoyue2010/lxmusic-الصورة الرمزية لـ guoyue2010

    guoyue2010/lxmusic-

    2,993عرض على 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
    عرض على GitHub↗2,993
  1. Home
  2. Web Development
  3. API Management Tools
  4. API Request Handling
  5. Concurrent