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

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

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

11 مستودعات

Awesome GitHub RepositoriesRequest Orchestration

Systems for managing complex HTTP communication and request workflows.

Distinguishing note: Focuses on the orchestration of multiple request parameters and validation steps.

Explore 11 awesome GitHub repositories matching web development · Request Orchestration. Refine with filters or upvote what's useful.

Awesome Request Orchestration GitHub Repositories

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

    Alamofire/Alamofire

    42,385عرض على GitHub↗

    Alamofire is an HTTP networking library that provides a foundation for managing network requests and responses through a chainable, type-safe interface. It serves as an asynchronous request manager, coordinating concurrent network operations and data streams while maintaining application responsiveness. The library distinguishes itself through a protocol-oriented request adaptation system, which utilizes interceptors to modify or authenticate requests before dispatch. It employs a middleware-driven pipeline to process traffic, handling encoding, authentication, and error recovery in a modular

    Manages complex HTTP communication by simplifying authentication, parameter encoding, and response validation for reliable data exchange.

    Swiftalamofirecarthagecertificate-pinning
    عرض على GitHub↗42,385
  • mxrch/ghuntالصورة الرمزية لـ mxrch

    mxrch/GHunt

    19,089عرض على GitHub↗

    GHunt is a Google account investigator and open-source intelligence framework designed to retrieve publicly available information and metadata associated with Google accounts. It functions as an OSINT data extractor and offensive security framework used to identify user identities and uncover hidden metadata. The tool extracts public profile data from various Google services and exports the findings into structured JSON formats. This allows for the collection and analysis of digital footprints to support security research and reconnaissance.

    Executes a chain of network calls where the output of one request informs the parameters of the next.

    Python
    عرض على GitHub↗19,089
  • ai-shifu/chatallالصورة الرمزية لـ ai-shifu

    ai-shifu/ChatALL

    16,283عرض على GitHub↗

    ChatALL is a desktop application that functions as a multi-model chat client and aggregator for artificial intelligence services. It enables users to send a single prompt to multiple AI models simultaneously, allowing for the side-by-side comparison of generated responses within a unified interface. The application distinguishes itself through a local-first approach to data management, ensuring that all conversation logs and user configurations are stored directly on the user's device. This architecture supports privacy and offline access while providing a centralized system for managing and

    Orchestrates parallel dispatch of user prompts to multiple AI service endpoints for aggregated response viewing.

    JavaScriptbingchatchatbotchatgpt
    عرض على GitHub↗16,283
  • s0md3v/xsstrikeالصورة الرمزية لـ s0md3v

    s0md3v/XSStrike

    14,752عرض على GitHub↗

    XSStrike is an automated security scanning engine designed for web application discovery, input

    Manages HTTP traffic through a configurable engine that handles headers, proxies, and cookies to simulate diverse user interactions during security testing.

    Pythonwaf-detectionxssxss-bruteforce
    عرض على GitHub↗14,752
  • ziahamza/webui-aria2الصورة الرمزية لـ ziahamza

    ziahamza/webui-aria2

    10,309عرض على GitHub↗

    webui-aria2 is a web-based graphical interface and RPC client designed to control and monitor aria2 download services. It functions as a frontend that interacts with the aria2 JSON-RPC API to manage file transfers and torrents through a browser. The project is delivered as a containerized web application, ensuring a consistent deployment of the download dashboard across different hardware architectures. It utilizes a stateless frontend architecture that renders static files in the browser and fetches the current state of all downloads directly from the remote service. The interface covers re

    Orchestrates all user interactions and API calls via client-side scripts communicating with the downloader.

    JavaScript
    عرض على GitHub↗10,309
  • urql-graphql/urqlالصورة الرمزية لـ urql-graphql

    urql-graphql/urql

    8,959عرض على GitHub↗

    urql is a GraphQL client library designed for fetching and managing data from a GraphQL API. It provides a system for handling GraphQL data fetching, state management, and integration with React components. The library is distinguished by a middleware pipeline architecture that allows the request-response flow to be modified through swappable exchanges. This enables the customization of the data layer, including the addition of custom business logic, request deduplication, and specialized fetching behaviors. The project covers a broad range of capabilities, including normalized caching to en

    Orchestrates the full lifecycle of GraphQL operations from dispatch through middleware to the final result.

    TypeScriptcomplex-appsexchangegraphql
    عرض على GitHub↗8,959
  • threemammals/ocelotالصورة الرمزية لـ ThreeMammals

    ThreeMammals/Ocelot

    8,710عرض على GitHub↗

    Ocelot is a .NET API gateway that functions as an HTTP reverse proxy to route, balance, and secure traffic between clients and backend services. It serves as a centralized manager for incoming requests, providing a single entry point for traffic orchestration. The project differentiates itself through dynamic request orchestration, allowing it to aggregate multiple backend service responses into a single result to minimize client network round trips. It also supports dynamic gateway configuration, enabling updates to system behavior and operational parameters without requiring a service resta

    Aggregates multiple backend service responses into a single result to minimize client network round trips.

    C#api-gatewayaspnetcoredotnet
    عرض على GitHub↗8,710
  • yuantiku/ytknetworkالصورة الرمزية لـ yuantiku

    yuantiku/YTKNetwork

    6,562عرض على GitHub↗

    YTKNetwork is a high-level networking wrapper library for Objective-C and Swift that simplifies request handling and response management. It serves as a networking layer built around AFNetworking to decouple request logic from underlying communications. The project features an HTTP request orchestrator for grouping network calls into batches or sequences to manage data retrieval dependencies. It includes a JSON response validator to verify server responses against expected structural formats, a network request interceptor for executing custom logic during the call lifecycle, and a local cachi

    Implements a system for grouping network calls into batches or sequences to manage complex data retrieval dependencies.

    Objective-C
    عرض على GitHub↗6,562
  • apollographql/apollo-kotlinالصورة الرمزية لـ apollographql

    apollographql/apollo-kotlin

    3,955عرض على GitHub↗

    Apollo Kotlin is a strongly-typed GraphQL client and code generation library designed for Kotlin and JVM applications. It functions as a comprehensive development tool that transforms GraphQL schema definitions and query documents into type-safe models during the build process, ensuring that data access errors are identified at compile time rather than at runtime. The project distinguishes itself through its multiplatform runtime abstraction, which allows developers to share data fetching and caching logic across Android, iOS, and desktop environments. It provides a normalized local caching s

    Orchestrates data requests across multiple backend services to minimize latency and improve system performance.

    Kotlinandroidapollographqlgraphql
    عرض على GitHub↗3,955
  • apollographql/apollo-androidالصورة الرمزية لـ apollographql

    apollographql/apollo-android

    3,953عرض على GitHub↗

    Apollo Android هي مكتبة عميل GraphQL قوية النوع لتنفيذ الاستعلامات والطفرات عبر JVM و Android و Kotlin Multiplatform. تتضمن أداة توليد كود تنشئ فئات ومحللات غير قابلة للتغيير من مخططات GraphQL وملفات العمليات لضمان سلامة النوع في وقت التجميع. يتميز المشروع بذاكرة تخزين مؤقت طبيعية تقوم بتسوية الاستجابات في جدول بحث للحفاظ على مصدر واحد للحقيقة. كما يوفر عميلاً للاشتراكات لتحديثات البيانات من جانب الخادم في الوقت الفعلي عبر اتصالات WebSocket أو SSE وإطار عمل محاكاة لمحاكاة استجابات الخادم وتوليد بيانات وهمية آمنة من حيث النوع للاختبار. تغطي المكتبة مجموعة واسعة من القدرات بما في ذلك تحسين الشبكة من خلال تجميع الطلبات والاستعلامات المستمرة، بالإضافة إلى إدارة حالة البيانات المحلية مع التحديثات المتفائلة والترقيم. تدعم تكامل محركات HTTP المخصصة وتعيين أنواع القياس المخصصة إلى فئات اللغة الأصلية. تتكامل الأداة مع بيئات تطوير IDE لتوفير توليد الكود التلقائي والتنقل من المحرر إلى التعريفات.

    Orchestrates asynchronous GraphQL requests across multiple backend services to minimize latency.

    Kotlin
    عرض على GitHub↗3,953
  • sindresorhus/speed-testالصورة الرمزية لـ sindresorhus

    sindresorhus/speed-test

    3,948عرض على GitHub↗

    This project is a command-line interface client for the Speedtest.net service, designed as a network performance tool to measure internet download and upload speeds and ping. It functions as an internet speed measurement utility that calculates network throughput and latency to determine overall connection quality. The tool provides network diagnostics and benchmarking capabilities directly from the command line. It supports the export of connection metrics as plain text or structured data, allowing for automated network monitoring and the tracking of internet performance over time.

    Executes a structured sequence of network requests to external servers to measure latency and data transfer rates.

    JavaScriptcli-appcommand-line-tooldownload-speed
    عرض على GitHub↗3,948
  1. Home
  2. Web Development
  3. Request Orchestration

استكشف الوسوم الفرعية

  • Test Sequence OrchestrationManaging the specific order of network requests required to perform sequential latency and throughput tests. **Distinct from Request Orchestration:** Distinct from general HTTP orchestration; specifically focuses on the sequence of operations for network benchmarking.