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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to myfreeweb/httpotion

Open-source alternatives to Httpotion

30 open-source projects similar to myfreeweb/httpotion, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Httpotion alternative.

  • twisted/twistedAvatar de twisted

    twisted/twisted

    5,969Voir sur 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
    Voir sur GitHub↗5,969
  • micronaut-projects/micronaut-coreAvatar de micronaut-projects

    micronaut-projects/micronaut-core

    6,418Voir sur GitHub↗

    Micronaut Application Framework

    Javacloudnativegroovyjava
    Voir sur GitHub↗6,418
  • ipfs/js-ipfsAvatar de ipfs

    ipfs/js-ipfs

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

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

    701Voir sur 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
    Voir sur GitHub↗701

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • crowdhailer/raxxAvatar de CrowdHailer

    CrowdHailer/raxx

    407Voir sur GitHub↗

    Interface for HTTP webservers, frameworks and clients

    Elixir
    Voir sur GitHub↗407
  • dakrone/clj-httpAvatar de dakrone

    dakrone/clj-http

    1,822Voir sur GitHub↗

    An idiomatic clojure http client wrapping the apache client. Officially supported version.

    Clojure
    Voir sur GitHub↗1,822
  • edgurgel/httpoisonAvatar de edgurgel

    edgurgel/httpoison

    2,296Voir sur GitHub↗

    Yet Another HTTP client for Elixir powered by hackney

    Elixir
    Voir sur GitHub↗2,296
  • ericmj/mintAvatar de ericmj

    ericmj/mint

    0Voir sur GitHub↗

    Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2 🌱

    Voir sur GitHub↗0
  • fredwu/crawlerAvatar de fredwu

    fredwu/crawler

    958Voir sur GitHub↗

    A high performance web crawler / scraper in Elixir.

    Elixircrawlerelixirfiles
    Voir sur GitHub↗958
  • gamache/fuzzyurl.exAvatar de gamache

    gamache/fuzzyurl.ex

    21Voir sur GitHub↗

    An Elixir library for non-strict parsing, manipulation, and wildcard matching of URLs.

    Elixir
    Voir sur GitHub↗21
  • gnarroway/hatoAvatar de gnarroway

    gnarroway/hato

    414Voir sur GitHub↗

    An HTTP client for Clojure, wrapping JDK 11's HttpClient

    Clojure
    Voir sur GitHub↗414
  • http-kit/http-kitAvatar de http-kit

    http-kit/http-kit

    2,564Voir sur GitHub↗

    Simple, high-performance event-driven HTTP client+server for Clojure

    Javaasyncclojurehttp-client
    Voir sur GitHub↗2,564
  • kemonomachi/yuriAvatar de kemonomachi

    kemonomachi/yuri

    13Voir sur GitHub↗

    Elixir module for easier URI manipulation.

    Elixir
    Voir sur GitHub↗13
  • knutin/elliAvatar de knutin

    knutin/elli

    660Voir sur GitHub↗

    Simple, robust and performant Erlang web server

    Erlang
    Voir sur GitHub↗660
  • meh/cauldronAvatar de meh

    meh/cauldron

    72Voir sur GitHub↗

    I wonder what kind of Elixir is boiling in there.

    Elixir
    Voir sur GitHub↗72
  • mochi/mochiwebAvatar de mochi

    mochi/mochiweb

    1,888Voir sur GitHub↗

    MochiWeb is an Erlang library for building lightweight HTTP servers.

    Erlang
    Voir sur GitHub↗1,888
  • narrowtux/tubeAvatar de narrowtux

    narrowtux/Tube

    12Voir sur GitHub↗

    WebSocket client library written in pure Elixir

    Elixir
    Voir sur GitHub↗12
  • nervous-systems/kvltAvatar de nervous-systems

    nervous-systems/kvlt

    70Voir sur GitHub↗

    Multi-target Clojure/script HTTP client

    Clojure
    Voir sur GitHub↗70
  • ninenines/gunAvatar de ninenines

    ninenines/gun

    937Voir sur GitHub↗

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

    Erlang
    Voir sur GitHub↗937
  • oltarasenko/crawlyAvatar de oltarasenko

    oltarasenko/crawly

    1,085Voir sur GitHub↗

    Crawly, a high-level web crawling & scraping framework for Elixir.

    Elixir
    Voir sur GitHub↗1,085
  • parroty/exvcrAvatar de parroty

    parroty/exvcr

    747Voir sur GitHub↗

    HTTP request/response recording library for elixir, inspired by VCR.

    Elixir
    Voir sur GitHub↗747
  • peburrows/riverAvatar de peburrows

    peburrows/river

    82Voir sur GitHub↗

    An HTTP/2 client for Elixir (a work in progress!)

    Elixir
    Voir sur GitHub↗82
  • pezra/ex-uri-templateAvatar de pezra

    pezra/ex-uri-template

    18Voir sur GitHub↗

    RFC 6570 compliant URI template processor for Elixir

    Elixir
    Voir sur GitHub↗18
  • pkinney/explodeAvatar de pkinney

    pkinney/explode

    45Voir sur GitHub↗

    An easy utility for responding with standard HTTP/JSON error payloads in Plug- and Phoenix-based applications

    Elixir
    Voir sur GitHub↗45
  • ring-clojure/ringAvatar de ring-clojure

    ring-clojure/ring

    3,880Voir sur GitHub↗

    Ring is a Clojure HTTP web library that represents requests and responses as immutable data structures. It provides a functional framework for web development, treating HTTP traffic as standardized maps to decouple application logic from specific server implementations. The project features a middleware framework for composing reusable functional layers to handle cross-cutting concerns such as authentication and logging. It includes a server adapter system that translates raw traffic into request maps, as well as a dedicated integration layer for upgrading standard HTTP connections to bidirec

    Clojure
    Voir sur GitHub↗3,880
  • slogsdon/httpAvatar de slogsdon

    slogsdon/http

    12Voir sur GitHub↗

    HTTP server for Elixir

    Elixir
    Voir sur GitHub↗12
  • slogsdon/plug-web-socketAvatar de slogsdon

    slogsdon/plug-web-socket

    63Voir sur GitHub↗

    Stand-alone WebSocket support for Elixir Plug — pre-Phoenix-Channels alternative for plain Plug apps.

    Elixir
    Voir sur GitHub↗63
  • sneako/finchAvatar de sneako

    sneako/finch

    1,358Voir sur GitHub↗

    Elixir HTTP client, focused on performance

    Elixir
    Voir sur GitHub↗1,358
  • stuart/elixir-webdriverAvatar de stuart

    stuart/elixir-webdriver

    119Voir sur GitHub↗

    WebDriver client for Elixir.

    Elixir
    Voir sur GitHub↗119
  • swelham/ivarAvatar de swelham

    swelham/ivar

    17Voir sur GitHub↗

    Ivar is an adapter based HTTP client that provides the ability to build composable HTTP requests.

    Elixir
    Voir sur GitHub↗17