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

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

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

benoitc/hackney

0
View on GitHub↗
1,410 星标·444 分支·Erlang·6 次浏览

Hackney

simple HTTP client in Erlang

Features

  • HTTP - Simple and straightforward HTTP client.
  • HTTP Clients and Servers - Simple HTTP client for Erlang.

Star 历史

benoitc/hackney 的 Star 历史图表benoitc/hackney 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Hackney 的开源替代方案

相似的开源项目,按与 Hackney 的功能重合度排序。
  • ninenines/gunninenines 的头像

    ninenines/gun

    937在 GitHub 上查看↗

    HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.

    Erlang
    在 GitHub 上查看↗937
  • micronaut-projects/micronaut-coremicronaut-projects 的头像

    micronaut-projects/micronaut-core

    6,418在 GitHub 上查看↗

    Micronaut Application Framework

    Javacloudnativegroovyjava
    在 GitHub 上查看↗6,418
  • ipfs/js-ipfsipfs 的头像

    ipfs/js-ipfs

    7,401在 GitHub 上查看↗

    js-ipfs is an HTTP client library that connects to any IPFS daemon, enabling JavaScript applications to interact with the InterPlanetary File System. It provides a promise-based asynchronous API for managing content-addressed storage, where all data is identified by cryptographic hashes (CIDs) for immutable references and deduplication. The library communicates with a remote IPFS node through HTTP requests, supporting cancellation of in-flight operations via standard AbortController signals. The library offers a comprehensive set of capabilities for working with IPFS, including adding and ret

    JavaScriptdecentralizeddistributedimmutable
    在 GitHub 上查看↗7,401
  • twisted/twistedtwisted 的头像

    twisted/twisted

    5,969在 GitHub 上查看↗

    Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network applications. At its core, it uses a reactor-based event loop to drive all input and output, dispatching callbacks in a single thread without blocking. The library implements a deferred promise chain for composing asynchronous logic, along with a protocol and factory pattern that separates connection state management from protocol handling, enabling reusable handlers for different network protocols. The framework supports multiple event loops across platforms, including select,

    Pythonasyncasync-pythondns
    在 GitHub 上查看↗5,969
查看 Hackney 的所有 30 个替代方案→

常见问题解答

benoitc/hackney 是做什么的?

simple HTTP client in Erlang

benoitc/hackney 的主要功能有哪些?

benoitc/hackney 的主要功能包括:HTTP, HTTP Clients and Servers。

benoitc/hackney 有哪些开源替代品?

benoitc/hackney 的开源替代品包括: ninenines/gun — HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP. twisted/twisted — Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network… micronaut-projects/micronaut-core — Micronaut Application Framework. ipfs/js-ipfs — js-ipfs is an HTTP client library that connects to any IPFS daemon, enabling JavaScript applications to interact with… codeplea/hands-on-network-programming-with-c — This project serves as a comprehensive tutorial and technical resource for developing network applications in the C… crowdhailer/raxx — Interface for HTTP webservers, frameworks and clients.