awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fastify avatar

fastify/fast-proxyArchived

0
View on GitHub↗
162 Stars·30 Forks·JavaScript·MIT·1 Aufrufwww.npmjs.com/package/fast-proxy↗

Fast Proxy

Node.js framework agnostic library that enables you to forward an http request to another HTTP server. Supported protocols: HTTP, HTTPS, HTTP2

Features

  • HTTP Clients - High-performance HTTP request forwarding.

Star-Verlauf

Star-Verlauf für fastify/fast-proxyStar-Verlauf für fastify/fast-proxy

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Fast Proxy

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Fast Proxy.
  • aio-libs/aiohttpAvatar von aio-libs

    aio-libs/aiohttp

    16,351Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗16,351
  • argo/argoA

    argo/argo

    0Auf GitHub ansehen↗

    An extensible, asynchronous HTTP reverse proxy and origin server.

    Auf GitHub ansehen↗0
  • asynchttpclient/async-http-clientAvatar von AsyncHttpClient

    AsyncHttpClient/async-http-client

    6,392Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,392
  • aderyabin/snifferAvatar von aderyabin

    aderyabin/sniffer

    584Auf GitHub ansehen↗
    Rubyhttprubysniffer
    Auf GitHub ansehen↗584
Alle 30 Alternativen zu Fast Proxy anzeigen→

Häufig gestellte Fragen

Was macht fastify/fast-proxy?

Node.js framework agnostic library that enables you to forward an http request to another HTTP server. Supported protocols: HTTP, HTTPS, HTTP2

Was sind die Hauptfunktionen von fastify/fast-proxy?

Die Hauptfunktionen von fastify/fast-proxy sind: HTTP Clients.

Welche Open-Source-Alternativen gibt es zu fastify/fast-proxy?

Open-Source-Alternativen zu fastify/fast-proxy sind unter anderem: 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.