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
·
benoitc avatar

benoitc/hackney

0
View on GitHub↗
1,410 Stars·444 Forks·Erlang·2 Aufrufe

Hackney

simple HTTP client in Erlang

Features

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

Star-Verlauf

Star-Verlauf für benoitc/hackneyStar-Verlauf für benoitc/hackney

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 Hackney

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Hackney.
  • ninenines/gunAvatar von ninenines

    ninenines/gun

    937Auf GitHub ansehen↗

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

    Erlang
    Auf GitHub ansehen↗937
  • micronaut-projects/micronaut-coreAvatar von micronaut-projects

    micronaut-projects/micronaut-core

    6,418Auf GitHub ansehen↗

    Micronaut Application Framework

    Javacloudnativegroovyjava
    Auf GitHub ansehen↗6,418
  • ipfs/js-ipfsAvatar von ipfs

    ipfs/js-ipfs

    7,401Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,401
  • twisted/twistedAvatar von twisted

    twisted/twisted

    5,969Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,969
Alle 30 Alternativen zu Hackney anzeigen→

Häufig gestellte Fragen

Was macht benoitc/hackney?

simple HTTP client in Erlang

Was sind die Hauptfunktionen von benoitc/hackney?

Die Hauptfunktionen von benoitc/hackney sind: HTTP, HTTP Clients and Servers.

Welche Open-Source-Alternativen gibt es zu benoitc/hackney?

Open-Source-Alternativen zu benoitc/hackney sind unter anderem: 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.