5 مستودعات
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.
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.
This project is a security auditing and penetration testing utility designed for automating password guessing, credential stuffing, and account brute-forcing on Instagram. It functions as an account recovery auditor that simulates automated login attacks to test the strength of account passwords. The tool incorporates a proxy manager to handle the import and monitoring of proxy lists. This system routes requests through rotating IP addresses and monitors proxy health to prune unresponsive addresses and avoid rate limiting. The software provides capabilities for concurrent request execution a
Supports the simultaneous execution of multiple login attempts to increase the speed of the testing process.
wlan-sec-test-tool هي مجموعة من أدوات الأمن اللاسلكي المتخصصة المصممة لمسح نقاط الوصول، وتدقيق أمن WPA و WPA2 و WPA3، وإجراء كسر كلمات المرور الآلي واختبار الاتصال. تعمل كماسح شبكة لاسلكية، وكسارة كلمات مرور، ومدقق أمني لتقييم ثغرات بروتوكول اللاسلكي. تتميز الأداة باستخدام مختبر اتصال متزامن ينفذ محاولات اتصال متعددة في وقت واحد. تستخدم قوائم كلمات مرور مخصصة وتكراراً قائماً على القاموس للتحقق من أمن الشبكة اللاسلكية وتحديد ما إذا كان يمكن الوصول إلى الشبكات بشكل غير مصرح به. يغطي المشروع إمكانيات أوسع في الاكتشاف اللاسلكي، بما في ذلك التقاط معلومات نقطة الوصول واكتشاف معيار التشفير. كما يوفر تكوين واجهة الشبكة ومراقبة حالة الاتصال لإدارة محولات اللاسلكي أثناء التحليل الأمني.
Implements concurrent authentication attempts to accelerate the testing of network credentials.
Fly is an HTTP client library and cross-platform network wrapper that provides a unified Promise-based interface for managing network requests across diverse JavaScript runtimes and operating systems. It functions as a multi-runtime request manager, abstracting underlying HTTP engines to ensure consistent behavior between browsers and native environments. The library features a middleware system for capturing and modifying outgoing requests and incoming responses through a request interceptor pipeline. It employs adapter-based engine switching to maintain a consistent API across different pla
Enables triggering multiple network requests simultaneously to improve throughput and avoid sequential blocking.
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.