awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesConcurrent REST Executions

Makes multiple REST API calls concurrently to avoid sequential blocking and improve throughput.

Distinct from Cloud API Request Execution: Distinct from Cloud API Request Execution: focuses on concurrent execution of multiple requests for throughput, not single authenticated cloud API calls.

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

Awesome Concurrent REST Executions GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • sammchardy/python-binanceAvatar sammchardy

    sammchardy/python-binance

    7,176Vezi pe GitHub↗

    python-binance is a Python client library that provides programmatic access to the Binance cryptocurrency exchange through both REST and WebSocket APIs. It serves as a comprehensive toolkit for automated trading, account management, and market data retrieval, enabling developers to build trading bots, portfolio management tools, and data analysis applications that interact directly with the exchange. The library distinguishes itself through a dual-client architecture that separates synchronous REST calls from persistent WebSocket streams, allowing concurrent execution without blocking. It inc

    Makes multiple REST API calls concurrently to avoid sequential blocking and improve throughput.

    Pythonapibinancecryptocurrency
    Vezi pe GitHub↗7,176
  • bitwise-01/instagram-Avatar Bitwise-01

    Bitwise-01/Instagram-

    4,968Vezi pe GitHub↗

    Acest proiect este un utilitar de audit de securitate și testare de penetrare, conceput pentru automatizarea ghicirii parolelor, credential stuffing și brute-forcing-ul conturilor de Instagram. Acesta funcționează ca un auditor de recuperare a conturilor care simulează atacuri de autentificare automatizate pentru a testa rezistența parolelor conturilor. Instrumentul încorporează un manager de proxy pentru a gestiona importul și monitorizarea listelor de proxy-uri. Acest sistem rutează cererile prin adrese IP rotative și monitorizează starea proxy-urilor pentru a elimina adresele care nu răspund și a evita limitarea ratei (rate limiting). Software-ul oferă capabilități pentru executarea concurentă a cererilor și gestionarea automatizată a sesiunilor pentru a simula cereri autentice de browser. Suportă testarea iterativă a parolelor candidate și utilizarea atacurilor de tip dicționar pentru a evalua vulnerabilitățile conturilor.

    Supports the simultaneous execution of multiple login attempts to increase the speed of the testing process.

    Pythonbruteforcehackinstagram
    Vezi pe GitHub↗4,968
  • baihengaead/wlan-sec-test-toolAvatar baihengaead

    baihengaead/wlan-sec-test-tool

    4,079Vezi pe GitHub↗

    wlan-sec-test-tool is a collection of specialized wireless security tools designed for scanning access points, auditing WPA, WPA2, and WPA3 security, and performing automated password cracking and connection testing. It functions as a wireless network scanner, a password cracker, and a security auditor to evaluate wireless protocol vulnerabilities. The tool differentiates itself through the use of a concurrent connection tester that executes multiple simultaneous connection attempts. It utilizes custom password lists and dictionary-based iteration to verify wireless network security and deter

    Implements concurrent authentication attempts to accelerate the testing of network credentials.

    Pythonpyside6pythonpywifi
    Vezi pe GitHub↗4,079
  • wendux/flyW

    wendux/fly

    3,927Vezi pe GitHub↗

    Fly este o bibliotecă de client HTTP și un wrapper de rețea cross-platform care oferă o interfață unificată bazată pe Promise pentru gestionarea cererilor de rețea în diverse runtime-uri JavaScript și sisteme de operare. Funcționează ca un manager de cereri multi-runtime, abstractizând motoarele HTTP subiacente pentru a asigura un comportament consistent între browsere și medii native. Biblioteca dispune de un sistem de middleware pentru capturarea și modificarea cererilor de ieșire și a răspunsurilor de intrare printr-un pipeline de interceptare a cererilor. Utilizează comutarea motorului bazată pe adaptoare pentru a menține un API consistent pe diferite platforme și include un mecanism pentru a ruta cererile din web view-uri către medii native pentru gestionarea centralizată a certificatelor și cookie-urilor. Proiectul acoperă o gamă largă de capabilități de gestionare a traficului, inclusiv execuția concurentă a cererilor, coada de cereri asincrone și gestionarea datelor binare precum bufferele și blob-urile. Oferă, de asemenea, utilitare pentru configurare globală, gestionarea parametrilor URL și serializarea automată a datelor între JSON și alte formate.

    Enables triggering multiple network requests simultaneously to improve throughput and avoid sequential blocking.

    JavaScript
    Vezi pe GitHub↗3,927
  • networknt/light-4jAvatar networknt

    networknt/light-4j

    3,672Vezi pe GitHub↗

    light-4j is a Java microservices framework designed for building scalable distributed systems. It provides a toolkit for developing cloud-native services with integrated support for service discovery, telemetry, and secure inter-service communication. The project includes a runtime OpenAPI request validator to ensure communication consistency by checking data against formal specifications. It also features an OAuth2 API security gateway for verifying identity tokens and managing credentials, alongside an event-sourcing messaging system for building command query responsibility segregation arc

    Enables sending multiple API requests in parallel using non-blocking operations to maximize system throughput.

    Java
    Vezi pe GitHub↗3,672
  1. Home
  2. Web Development
  3. API Request Configurations
  4. Cloud API Request Execution
  5. Concurrent REST Executions

Explorează sub-etichetele

  • Concurrent Authentication AttemptsExecuting multiple login requests simultaneously to accelerate credential testing. **Distinct from Concurrent REST Executions:** Focuses on the specific use of concurrency for authentication testing rather than general REST API throughput.