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

CrowdHailer/raxx

0
View on GitHub↗
407 stars·28 forks·Elixir·Apache-2.0·4 vueshexdocs.pm/raxx↗

Raxx

Interface for HTTP webservers, frameworks and clients

Features

  • HTTP Clients and Servers - Interface for HTTP servers and clients.

Historique des stars

Graphique de l'historique des stars pour crowdhailer/raxxGraphique de l'historique des stars pour crowdhailer/raxx

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.

Start searching with AI

Alternatives open source à Raxx

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Raxx.
  • 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
Voir les 30 alternatives à Raxx→

Questions fréquentes

Que fait crowdhailer/raxx ?

Interface for HTTP webservers, frameworks and clients

Quelles sont les fonctionnalités principales de crowdhailer/raxx ?

Les fonctionnalités principales de crowdhailer/raxx sont : HTTP Clients and Servers.

Quelles sont les alternatives open-source à crowdhailer/raxx ?

Les alternatives open-source à crowdhailer/raxx incluent : 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… dakrone/clj-http — An idiomatic clojure http client wrapping the apache client. Officially supported version. clj-commons/aleph — Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP.