awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sammchardy/python-binancesammchardy 的头像

    sammchardy/python-binance

    7,176在 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
    在 GitHub 上查看↗7,176
  • bitwise-01/instagram-Bitwise-01 的头像

    Bitwise-01/Instagram-

    4,968在 GitHub 上查看↗

    该项目是一个安全审计和渗透测试工具,旨在自动化 Instagram 上的密码猜测、撞库和账户暴力破解。它充当账户恢复审计员,模拟自动化登录攻击以测试账户密码的强度。 该工具包含一个代理管理器,用于处理代理列表的导入和监控。该系统通过轮换 IP 地址路由请求,并监控代理健康状况以剔除无响应的地址并避免速率限制。 该软件提供了并发请求执行和自动化会话处理的功能,以模拟真实的浏览器请求。它支持候选密码的迭代测试,并使用字典攻击来评估账户漏洞。

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

    Pythonbruteforcehackinstagram
    在 GitHub 上查看↗4,968
  • baihengaead/wlan-sec-test-toolbaihengaead 的头像

    baihengaead/wlan-sec-test-tool

    4,079在 GitHub 上查看↗

    wlan-sec-test-tool 是一套专门的无线安全工具集合,旨在扫描接入点、审计 WPA、WPA2 和 WPA3 安全性,并执行自动化密码破解和连接测试。它作为一个无线网络扫描器、密码破解器和安全审计器,用于评估无线协议漏洞。 该工具通过使用执行多个并发连接尝试的并发连接测试器脱颖而出。它利用自定义密码列表和基于字典的迭代来验证无线网络安全性,并确定网络是否可以被未经授权访问。 该项目涵盖了无线发现方面的更广泛功能,包括接入点信息捕获和加密标准检测。它还提供网络接口配置和连接状态监控,以在安全分析期间管理无线适配器。

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

    Pythonpyside6pythonpywifi
    在 GitHub 上查看↗4,079
  • wendux/flyW

    wendux/fly

    3,927在 GitHub 上查看↗

    Fly 是一个 HTTP 客户端库和跨平台网络包装器,提供了一个统一的、基于 Promise 的接口,用于管理跨不同 JavaScript 运行时和操作系统的网络请求。它作为多运行时请求管理器,抽象了底层的 HTTP 引擎,以确保浏览器和原生环境之间行为的一致性。 该库具有一个中间件系统,用于通过请求拦截器管道捕获和修改传出请求及传入响应。它采用基于适配器的引擎切换来在不同平台上保持一致的 API,并包含一个将请求从 Web 视图路由到原生环境的机制,以实现集中的证书和 Cookie 管理。 该项目涵盖了广泛的流量管理功能,包括并发请求执行、异步请求队列以及处理二进制数据(如 Buffer 和 Blob)。它还提供了用于全局配置、URL 参数管理以及 JSON 与其他格式之间自动数据序列化的工具。

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

    JavaScript
    在 GitHub 上查看↗3,927
  • networknt/light-4jnetworknt 的头像

    networknt/light-4j

    3,672在 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
    在 GitHub 上查看↗3,672
  1. Home
  2. Web Development
  3. API Request Configurations
  4. Cloud API Request Execution
  5. Concurrent REST Executions

探索子标签

  • 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.