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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ninenines avatar

ninenines/gun

0
View on GitHub↗
937 stars·244 forks·Erlang·ISC·7 views

Gun

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

Features

  • HTTP - Versatile HTTP client supporting HTTP/1.1, SPDY, and WebSockets.
  • HTTP Clients and Servers - HTTP/1.1, HTTP/2, and WebSocket client.

Star history

Star history chart for ninenines/gunStar history chart for ninenines/gun

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does ninenines/gun do?

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

What are the main features of ninenines/gun?

The main features of ninenines/gun are: HTTP, HTTP Clients and Servers.

What are some open-source alternatives to ninenines/gun?

Open-source alternatives to ninenines/gun include: benoitc/hackney — simple HTTP client in Erlang. 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. ipfs/js-ipfs — js-ipfs is an HTTP client library that connects to any IPFS daemon, enabling JavaScript applications to interact with… 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/ace — HTTP web server and client, supports http1 and http2.

Open-source alternatives to Gun

Similar open-source projects, ranked by how many features they share with Gun.
  • benoitc/hackneybenoitc avatar

    benoitc/hackney

    1,410View on GitHub↗

    simple HTTP client in Erlang

    Erlang
    View on GitHub↗1,410
  • ipfs/js-ipfsipfs avatar

    ipfs/js-ipfs

    7,401View on 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
    View on GitHub↗7,401
  • micronaut-projects/micronaut-coremicronaut-projects avatar

    micronaut-projects/micronaut-core

    6,418View on GitHub↗

    Micronaut Application Framework

    Javacloudnativegroovyjava
    View on GitHub↗6,418
  • twisted/twistedtwisted avatar

    twisted/twisted

    5,969View on 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
    View on GitHub↗5,969
See all 30 alternatives to Gun→