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

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

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

fastify/fast-proxyArchived

0
View on GitHub↗
162 星标·30 分支·JavaScript·MIT·1 次浏览www.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 历史

fastify/fast-proxy 的 Star 历史图表fastify/fast-proxy 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Fast Proxy 的开源替代方案

相似的开源项目,按与 Fast Proxy 的功能重合度排序。
  • aio-libs/aiohttpaio-libs 的头像

    aio-libs/aiohttp

    16,351在 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
    在 GitHub 上查看↗16,351
  • argo/argoA

    argo/argo

    0在 GitHub 上查看↗

    An extensible, asynchronous HTTP reverse proxy and origin server.

    在 GitHub 上查看↗0
  • asynchttpclient/async-http-clientAsyncHttpClient 的头像

    AsyncHttpClient/async-http-client

    6,392在 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
    在 GitHub 上查看↗6,392
  • aderyabin/snifferaderyabin 的头像

    aderyabin/sniffer

    584在 GitHub 上查看↗
    Rubyhttprubysniffer
    在 GitHub 上查看↗584
查看 Fast Proxy 的所有 30 个替代方案→

常见问题解答

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

fastify/fast-proxy 的主要功能有哪些?

fastify/fast-proxy 的主要功能包括:HTTP Clients。

fastify/fast-proxy 有哪些开源替代品?

fastify/fast-proxy 的开源替代品包括: 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.