awesome-repositories.comCategoriiBlog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesConcurrent Request Racers

Utilities for executing multiple network requests simultaneously and returning the first successful result.

Distinct from HTTP Request Utilities: Focuses on race-based concurrency for latency reduction, distinct from general request manipulation.

Explore 5 awesome GitHub repositories matching networking & communication · Concurrent Request Racers. Refine with filters or upvote what's useful.

Awesome Concurrent Request Racers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • testersunshine/12306Avatar testerSunshine

    testerSunshine/12306

    34,150Vezi pe GitHub↗

    This project is a railway booking automation tool designed to monitor ticket inventory and execute purchases on the 12306 platform. Its primary purpose is to secure high-demand train tickets by automating the login, booking, and checkout processes. The system utilizes automated captcha solving and headless session management to bypass security barriers and maintain user authentication. It employs a concurrent request queue and polling-based inventory monitoring to track seat availability and execute purchases immediately as they open. The automation surface includes waitlist management for r

    Employs a concurrent request queue to execute simultaneous network calls for faster ticket acquisition.

    Python
    Vezi pe GitHub↗34,150
  • quii/learn-go-with-testsAvatar quii

    quii/learn-go-with-tests

    23,510Vezi pe GitHub↗

    This project is an educational platform and tutorial series designed to teach the Go programming language through the practice of test-driven development. It provides a structured path for developers to master language fundamentals, concurrency, and standard library usage by building functional applications in small, verifiable increments. The core methodology centers on the test-driven development cycle, where failing tests are written before implementation to define requirements and ensure code correctness. This approach is applied across a wide range of practical scenarios, including the c

    Executes multiple network requests simultaneously to return the first result and minimize latency.

    Gogogolangtdd
    Vezi pe GitHub↗23,510
  • geektutu/7days-golangAvatar geektutu

    geektutu/7days-golang

    16,812Vezi pe GitHub↗

    This project is an educational framework designed to teach the fundamentals of building core distributed systems and web services from scratch in Go. It provides a collection of modular implementations that demonstrate how to construct essential infrastructure components, including web servers, remote procedure call systems, distributed caches, and database abstraction layers. The framework distinguishes itself by focusing on the internal mechanics of these systems rather than providing a high-level abstraction for production use. It covers the implementation of complex architectural patterns

    The framework sends a single request concurrently to all registered server instances and returns the result from the first successful response.

    Gogolanglearningscratch
    Vezi pe GitHub↗16,812
  • fongmi/tvAvatar FongMi

    FongMi/TV

    7,383Vezi pe GitHub↗

    TV is a media streaming management application used to organize and play on-demand videos and live television channels from various web sources through a single interface. It functions as a hub for IPTV channel organization and media discovery. The project utilizes a modular system of crawler scripts to aggregate content and extract metadata from external websites. It manages network connectivity through encrypted DNS, proxy rules, and domain-based routing to filter traffic and bypass regional content restrictions. The application supports hardware-accelerated video decoding, electronic prog

    Executes multiple network requests simultaneously to different content providers to minimize discovery latency.

    Javacatvodleanbackmedia3
    Vezi pe GitHub↗7,383
  • luraproject/luraAvatar luraproject

    luraproject/lura

    6,780Vezi pe GitHub↗

    Lura is an API gateway and traffic router that directs network requests to backend services using a configurable pipeline of processing steps. It functions as a backend load balancer and a request middleware engine designed to validate, modify, and transform incoming requests and responses. The system specializes in API response aggregation, allowing it to execute concurrent requests to multiple backend services and merge the results into a single unified output. This includes the ability to perform dynamic response mapping by renaming fields and filtering data to optimize the final client pa

    Sends multiple requests simultaneously to a processing step and returns the first successful response within a timeout.

    Goapi-gatewayapisbackend-services
    Vezi pe GitHub↗6,780
  1. Home
  2. Networking & Communication
  3. HTTP Request Utilities
  4. Concurrent Request Racers