awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
D

ddo/rq

0
View on GitHub↗
0 stars·0 forks·0 vues

Rq

Features

  • HTTP Clients - Improved interface for the standard library HTTP client.

Historique des stars

Graphique de l'historique des stars pour ddo/rqGraphique de l'historique des stars pour ddo/rq

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Rq

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Rq.
  • aio-libs/aiohttpAvatar de aio-libs

    aio-libs/aiohttp

    16,351Voir sur GitHub↗

    This project is an asynchronous network framework for Python that provides both a client and a server for HTTP communication. It is designed to handle high-concurrency network operations by leveraging cooperative multitasking, allowing for the management of thousands of simultaneous connections without the overhead of traditional thread-per-request models. The framework distinguishes itself through its focus on efficient resource management and persistent communication. It utilizes connection pooling to reuse network sockets, which reduces latency during sequential requests, and supports full

    Pythonaiohttpasyncasyncio
    Voir sur GitHub↗16,351
  • argo/argoA

    argo/argo

    0Voir sur GitHub↗

    An extensible, asynchronous HTTP reverse proxy and origin server.

    Voir sur GitHub↗0
  • asynchttpclient/async-http-clientAvatar de AsyncHttpClient

    AsyncHttpClient/async-http-client

    6,392Voir sur GitHub↗

    This is a non-blocking network client for Java applications that provides asynchronous HTTP request capabilities and bidirectional WebSocket connectivity. It leverages a Netty-based architecture to handle high volumes of network input and output. The library utilizes native transport abstractions such as Epoll, KQueue, and io_uring to reduce system latency. It supports HTTP/2 multiplexing to run multiple concurrent request-response streams over a single connection and provides automatic response body decompression for various formats. Core capabilities cover the management of complex network

    Javaahcasyncasynchttpclient
    Voir sur GitHub↗6,392
  • aderyabin/snifferAvatar de aderyabin

    aderyabin/sniffer

    584Voir sur GitHub↗
    Rubyhttprubysniffer
    Voir sur GitHub↗584
Voir les 30 alternatives à Rq→

Questions fréquentes

Quelles sont les fonctionnalités principales de ddo/rq ?

Les fonctionnalités principales de ddo/rq sont : HTTP Clients.

Quelles sont les alternatives open-source à ddo/rq ?

Les alternatives open-source à ddo/rq incluent : aio-libs/aiohttp — This project is an asynchronous network framework for Python that provides both a client and a server for HTTP… argo/argo — An extensible, asynchronous HTTP reverse proxy and origin server. asynchttpclient/async-http-client — This is a non-blocking network client for Java applications that provides asynchronous HTTP request capabilities and… axios/axios — Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different… bbc/flashheart — flashheart is built on http-transport to provide everything you need to build HTTP-based services with confidence. aderyabin/sniffer.