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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
edgurgel avatar

edgurgel/httpoison

0
View on GitHub↗
2,296 stele·346 fork-uri·Elixir·MIT·7 vizualizărihex.pm/packages/httpoison↗

Httpoison

Yet Another HTTP client for Elixir powered by hackney

Features

  • HTTP Clients and Servers - HTTP client powered by hackney.

Istoric stele

Graficul istoricului de stele pentru edgurgel/httpoisonGraficul istoricului de stele pentru edgurgel/httpoison

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Httpoison

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Httpoison.
  • twisted/twistedAvatar twisted

    twisted/twisted

    5,969Vezi pe 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
    Vezi pe GitHub↗5,969
  • micronaut-projects/micronaut-coreAvatar micronaut-projects

    micronaut-projects/micronaut-core

    6,418Vezi pe GitHub↗

    Micronaut Application Framework

    Javacloudnativegroovyjava
    Vezi pe GitHub↗6,418
  • ipfs/js-ipfsAvatar ipfs

    ipfs/js-ipfs

    7,401Vezi pe 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
    Vezi pe GitHub↗7,401
  • codeplea/hands-on-network-programming-with-cAvatar codeplea

    codeplea/Hands-On-Network-Programming-with-C

    701Vezi pe GitHub↗

    This project serves as a comprehensive tutorial and technical resource for developing network applications in the C programming language. It focuses on the practical application of the Berkeley socket interface, guiding users through the implementation of low-level network protocols and the management of data transmission across both connection-oriented and connectionless streams. The material distinguishes itself by covering the full lifecycle of network communication, from initializing system-level protocol stacks and resolving domain names to managing complex connection behaviors. It provi

    C
    Vezi pe GitHub↗701
Vezi toate cele 30 alternative pentru Httpoison→

Întrebări frecvente

Ce face edgurgel/httpoison?

Yet Another HTTP client for Elixir powered by hackney

Care sunt principalele funcționalități ale edgurgel/httpoison?

Principalele funcționalități ale edgurgel/httpoison sunt: HTTP Clients and Servers.

Care sunt câteva alternative open-source pentru edgurgel/httpoison?

Alternativele open-source pentru edgurgel/httpoison includ: ipfs/js-ipfs — js-ipfs is an HTTP client library that connects to any IPFS daemon, enabling JavaScript applications to interact with… 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. 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. clj-commons/aleph — Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP.