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

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

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

4 مستودعات

Awesome GitHub RepositoriesConcurrent HTTP Clients

Tools that execute multiple HTTP requests in parallel to optimize network retrieval.

Distinct from Concurrent Request Racers: Distinct from 'Request Racers' as it focuses on parallel retrieval and connection reuse, not just the first success.

Explore 4 awesome GitHub repositories matching networking & communication · Concurrent HTTP Clients. Refine with filters or upvote what's useful.

Awesome Concurrent HTTP Clients GitHub Repositories

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

    aosabook/500lines

    29,582عرض على GitHub↗

    This project is a software engineering educational resource providing a collection of canonical system implementations. It serves as a library of computer science case studies and polyglot code examples designed to demonstrate architectural tradeoffs and design patterns through concise versions of fundamental software components. The repository focuses on studying the implementation of core concepts such as consensus algorithms, interpreters, and database engines. It provides minimal versions of complex systems to facilitate the analysis of language design, data structure implementation, and

    Implements parallel HTTP request execution and connection reuse to accelerate web page retrieval.

    JavaScript
    عرض على GitHub↗29,582
  • hirak/prestissimoالصورة الرمزية لـ hirak

    hirak/prestissimo

    6,122عرض على GitHub↗

    Prestissimo هو إضافة لمدير حزم PHP Composer تنفذ تنزيل التبعيات المتوازي لتقليل وقت التثبيت الإجمالي. يعمل كامتداد لنظام PHP البيئي، كأداة تنزيل تبعيات متزامنة. يعمل المشروع على تحسين استرجاع المكتبات الخارجية عن طريق استبدال عملية التنزيل التسلسلية القياسية بطلبات HTTP متوازية. يسمح هذا التزامن بجلب أرشيفات تبعيات متعددة في وقت واحد. تتعامل الإضافة مع سير عمل إدارة تبعيات PHP من خلال إدارة تدفقات HTTP المتزامنة واستخدام معالجة الإدخال/الإخراج غير المتزامنة لمنع الحظر أثناء تثبيت أصول المشروع.

    Uses parallel HTTP requests to maximize network throughput when retrieving multiple dependency archives.

    PHP
    عرض على GitHub↗6,122
  • gopl-zh/gopl-zh.github.comالصورة الرمزية لـ gopl-zh

    gopl-zh/gopl-zh.github.com

    4,958عرض على GitHub↗

    هذا المشروع هو ترجمة صينية لدليل شامل للغة البرمجة Go. يعمل كمورد تعليمي مترجم ودليل تقني مصمم لتقديم إرشادات حول قواعد اللغة، وتصميمها، وتطوير البرمجيات. يغطي المورد مجموعة واسعة من تعليم لغة Go، بما في ذلك تنفيذ أنماط البرمجة وتصميم الأنظمة. يتضمن دروساً وأمثلة مترجمة تركز على ميزات اللغة الأساسية مثل التزامن (concurrency) واستخدام الواجهات (interfaces). يمتد المحتوى ليشمل مجالات قدرات متنوعة، بما في ذلك أساسيات اللغة، ونمذجة البيانات، والانعكاس في وقت التشغيل (runtime reflection)، وإدارة الذاكرة. كما يوفر تغطية مفصلة لهندسة البرمجيات، ومعالجة الأخطاء، وضمان الجودة، وشبكات الويب. تم هيكلة التوثيق كدليل تقني يحتوي على محتوى مترجم، وتصويبات، وتصحيحات لضمان تعلم دقيق.

    Demonstrates how to execute multiple HTTP requests in parallel to optimize network data retrieval.

    Goprogramming-language
    عرض على GitHub↗4,958
  • php-http/client-commonالصورة الرمزية لـ php-http

    php-http/client-common

    1,050عرض على GitHub↗

    This library provides a standardized abstraction layer for PHP HTTP clients, enabling consistent request handling across diverse network transport implementations. It serves as a foundational toolkit for developers to manage network communication through unified interfaces, ensuring that application logic remains decoupled from specific underlying transport libraries. The project distinguishes itself through a decorator-based pipeline and a plugin-driven lifecycle system. These mechanisms allow for the interception and modification of request and response data, as well as the injection of cus

    Executes multiple HTTP requests in parallel to optimize network retrieval and connection reuse.

    PHP
    عرض على GitHub↗1,050
  1. Home
  2. Networking & Communication
  3. Concurrent HTTP Clients