awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 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/twistedالصورة الرمزية لـ twisted

    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
  • micronaut-projects/micronaut-coreالصورة الرمزية لـ micronaut-projects

    micronaut-projects/micronaut-core

    6,418عرض على GitHub↗

    Micronaut Application Framework

    Javacloudnativegroovyjava
    عرض على GitHub↗6,418
  • ipfs/js-ipfsالصورة الرمزية لـ ipfs

    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
  • codeplea/hands-on-network-programming-with-cالصورة الرمزية لـ codeplea

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

    701عرض على 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
    عرض على GitHub↗701

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • crowdhailer/raxxالصورة الرمزية لـ CrowdHailer

    CrowdHailer/raxx

    407عرض على GitHub↗

    Interface for HTTP webservers, frameworks and clients

    Elixir
    عرض على GitHub↗407
  • dakrone/clj-httpالصورة الرمزية لـ dakrone

    dakrone/clj-http

    1,822عرض على GitHub↗

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

    Clojure
    عرض على GitHub↗1,822
  • edgurgel/httpoisonالصورة الرمزية لـ edgurgel

    edgurgel/httpoison

    2,296عرض على GitHub↗

    Yet Another HTTP client for Elixir powered by hackney

    Elixir
    عرض على GitHub↗2,296
  • ericmj/mintالصورة الرمزية لـ ericmj

    ericmj/mint

    0عرض على GitHub↗

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

    عرض على GitHub↗0
  • fredwu/crawlerالصورة الرمزية لـ fredwu

    fredwu/crawler

    958عرض على GitHub↗

    A high performance web crawler / scraper in Elixir.

    Elixircrawlerelixirfiles
    عرض على GitHub↗958
  • gamache/fuzzyurl.exالصورة الرمزية لـ gamache

    gamache/fuzzyurl.ex

    21عرض على GitHub↗

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

    Elixir
    عرض على GitHub↗21
  • gnarroway/hatoالصورة الرمزية لـ gnarroway

    gnarroway/hato

    414عرض على GitHub↗

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

    Clojure
    عرض على GitHub↗414
  • http-kit/http-kitالصورة الرمزية لـ http-kit

    http-kit/http-kit

    2,564عرض على GitHub↗

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

    Javaasyncclojurehttp-client
    عرض على GitHub↗2,564
  • kemonomachi/yuriالصورة الرمزية لـ kemonomachi

    kemonomachi/yuri

    13عرض على GitHub↗

    Elixir module for easier URI manipulation.

    Elixir
    عرض على GitHub↗13
  • knutin/elliالصورة الرمزية لـ knutin

    knutin/elli

    660عرض على GitHub↗

    Simple, robust and performant Erlang web server

    Erlang
    عرض على GitHub↗660
  • meh/cauldronالصورة الرمزية لـ meh

    meh/cauldron

    72عرض على GitHub↗

    I wonder what kind of Elixir is boiling in there.

    Elixir
    عرض على GitHub↗72
  • mochi/mochiwebالصورة الرمزية لـ mochi

    mochi/mochiweb

    1,888عرض على GitHub↗

    MochiWeb is an Erlang library for building lightweight HTTP servers.

    Erlang
    عرض على GitHub↗1,888
  • narrowtux/tubeالصورة الرمزية لـ narrowtux

    narrowtux/Tube

    12عرض على GitHub↗

    WebSocket client library written in pure Elixir

    Elixir
    عرض على GitHub↗12
  • nervous-systems/kvltالصورة الرمزية لـ nervous-systems

    nervous-systems/kvlt

    70عرض على GitHub↗

    Multi-target Clojure/script HTTP client

    Clojure
    عرض على GitHub↗70
  • ninenines/gunالصورة الرمزية لـ ninenines

    ninenines/gun

    937عرض على GitHub↗

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

    Erlang
    عرض على GitHub↗937
  • oltarasenko/crawlyالصورة الرمزية لـ oltarasenko

    oltarasenko/crawly

    1,085عرض على GitHub↗

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

    Elixir
    عرض على GitHub↗1,085
  • parroty/exvcrالصورة الرمزية لـ parroty

    parroty/exvcr

    747عرض على GitHub↗

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

    Elixir
    عرض على GitHub↗747
  • peburrows/riverالصورة الرمزية لـ peburrows

    peburrows/river

    82عرض على GitHub↗

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

    Elixir
    عرض على GitHub↗82
  • pezra/ex-uri-templateالصورة الرمزية لـ pezra

    pezra/ex-uri-template

    18عرض على GitHub↗

    RFC 6570 compliant URI template processor for Elixir

    Elixir
    عرض على GitHub↗18
  • pkinney/explodeالصورة الرمزية لـ pkinney

    pkinney/explode

    45عرض على GitHub↗

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

    Elixir
    عرض على GitHub↗45
  • ring-clojure/ringالصورة الرمزية لـ ring-clojure

    ring-clojure/ring

    3,880عرض على 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
    عرض على GitHub↗3,880
  • slogsdon/httpالصورة الرمزية لـ slogsdon

    slogsdon/http

    12عرض على GitHub↗

    HTTP server for Elixir

    Elixir
    عرض على GitHub↗12
  • slogsdon/plug-web-socketالصورة الرمزية لـ slogsdon

    slogsdon/plug-web-socket

    63عرض على GitHub↗

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

    Elixir
    عرض على GitHub↗63
  • sneako/finchالصورة الرمزية لـ sneako

    sneako/finch

    1,358عرض على GitHub↗

    Elixir HTTP client, focused on performance

    Elixir
    عرض على GitHub↗1,358
  • stuart/elixir-webdriverالصورة الرمزية لـ stuart

    stuart/elixir-webdriver

    119عرض على GitHub↗

    WebDriver client for Elixir.

    Elixir
    عرض على GitHub↗119
  • swelham/ivarالصورة الرمزية لـ swelham

    swelham/ivar

    17عرض على GitHub↗

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

    Elixir
    عرض على GitHub↗17