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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 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 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
  • 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
  • codeplea/hands-on-network-programming-with-cAvatar von codeplea

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

    701Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗701

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • crowdhailer/raxxAvatar von CrowdHailer

    CrowdHailer/raxx

    407Auf GitHub ansehen↗

    Interface for HTTP webservers, frameworks and clients

    Elixir
    Auf GitHub ansehen↗407
  • dakrone/clj-httpAvatar von dakrone

    dakrone/clj-http

    1,822Auf GitHub ansehen↗

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

    Clojure
    Auf GitHub ansehen↗1,822
  • edgurgel/httpoisonAvatar von edgurgel

    edgurgel/httpoison

    2,296Auf GitHub ansehen↗

    Yet Another HTTP client for Elixir powered by hackney

    Elixir
    Auf GitHub ansehen↗2,296
  • ericmj/mintAvatar von ericmj

    ericmj/mint

    0Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗0
  • fredwu/crawlerAvatar von fredwu

    fredwu/crawler

    958Auf GitHub ansehen↗

    A high performance web crawler / scraper in Elixir.

    Elixircrawlerelixirfiles
    Auf GitHub ansehen↗958
  • gamache/fuzzyurl.exAvatar von gamache

    gamache/fuzzyurl.ex

    21Auf GitHub ansehen↗

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

    Elixir
    Auf GitHub ansehen↗21
  • gnarroway/hatoAvatar von gnarroway

    gnarroway/hato

    414Auf GitHub ansehen↗

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

    Clojure
    Auf GitHub ansehen↗414
  • http-kit/http-kitAvatar von http-kit

    http-kit/http-kit

    2,564Auf GitHub ansehen↗

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

    Javaasyncclojurehttp-client
    Auf GitHub ansehen↗2,564
  • kemonomachi/yuriAvatar von kemonomachi

    kemonomachi/yuri

    13Auf GitHub ansehen↗

    Elixir module for easier URI manipulation.

    Elixir
    Auf GitHub ansehen↗13
  • knutin/elliAvatar von knutin

    knutin/elli

    660Auf GitHub ansehen↗

    Simple, robust and performant Erlang web server

    Erlang
    Auf GitHub ansehen↗660
  • meh/cauldronAvatar von meh

    meh/cauldron

    72Auf GitHub ansehen↗

    I wonder what kind of Elixir is boiling in there.

    Elixir
    Auf GitHub ansehen↗72
  • mochi/mochiwebAvatar von mochi

    mochi/mochiweb

    1,888Auf GitHub ansehen↗

    MochiWeb is an Erlang library for building lightweight HTTP servers.

    Erlang
    Auf GitHub ansehen↗1,888
  • narrowtux/tubeAvatar von narrowtux

    narrowtux/Tube

    12Auf GitHub ansehen↗

    WebSocket client library written in pure Elixir

    Elixir
    Auf GitHub ansehen↗12
  • nervous-systems/kvltAvatar von nervous-systems

    nervous-systems/kvlt

    70Auf GitHub ansehen↗

    Multi-target Clojure/script HTTP client

    Clojure
    Auf GitHub ansehen↗70
  • 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
  • oltarasenko/crawlyAvatar von oltarasenko

    oltarasenko/crawly

    1,085Auf GitHub ansehen↗

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

    Elixir
    Auf GitHub ansehen↗1,085
  • parroty/exvcrAvatar von parroty

    parroty/exvcr

    747Auf GitHub ansehen↗

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

    Elixir
    Auf GitHub ansehen↗747
  • peburrows/riverAvatar von peburrows

    peburrows/river

    82Auf GitHub ansehen↗

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

    Elixir
    Auf GitHub ansehen↗82
  • pezra/ex-uri-templateAvatar von pezra

    pezra/ex-uri-template

    18Auf GitHub ansehen↗

    RFC 6570 compliant URI template processor for Elixir

    Elixir
    Auf GitHub ansehen↗18
  • pkinney/explodeAvatar von pkinney

    pkinney/explode

    45Auf GitHub ansehen↗

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

    Elixir
    Auf GitHub ansehen↗45
  • ring-clojure/ringAvatar von ring-clojure

    ring-clojure/ring

    3,880Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,880
  • slogsdon/httpAvatar von slogsdon

    slogsdon/http

    12Auf GitHub ansehen↗

    HTTP server for Elixir

    Elixir
    Auf GitHub ansehen↗12
  • slogsdon/plug-web-socketAvatar von slogsdon

    slogsdon/plug-web-socket

    63Auf GitHub ansehen↗

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

    Elixir
    Auf GitHub ansehen↗63
  • sneako/finchAvatar von sneako

    sneako/finch

    1,358Auf GitHub ansehen↗

    Elixir HTTP client, focused on performance

    Elixir
    Auf GitHub ansehen↗1,358
  • stuart/elixir-webdriverAvatar von stuart

    stuart/elixir-webdriver

    119Auf GitHub ansehen↗

    WebDriver client for Elixir.

    Elixir
    Auf GitHub ansehen↗119
  • swelham/ivarAvatar von swelham

    swelham/ivar

    17Auf GitHub ansehen↗

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

    Elixir
    Auf GitHub ansehen↗17