awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
maxogden avatar

maxogden/nugget

0
View on GitHub↗
179 stars·29 forks·JavaScript·BSD-3-Clause·0 views

Nugget

Minimalist command line downloader written in node, inspired by wget. HTTP GETs a file and streams it into a file in the current working directory. Specializes at downloading many files in parallel.

Features

  • HTTP Clients - Minimalist wget-like file downloader.

Star history

Star history chart for maxogden/nuggetStar history chart for maxogden/nugget

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

Open-source alternatives to Nugget

Similar open-source projects, ranked by how many features they share with Nugget.
  • aio-libs/aiohttpaio-libs avatar

    aio-libs/aiohttp

    16,351View on GitHub↗

    This project is an asynchronous network framework for Python that provides both a client and a server for HTTP communication. It is designed to handle high-concurrency network operations by leveraging cooperative multitasking, allowing for the management of thousands of simultaneous connections without the overhead of traditional thread-per-request models. The framework distinguishes itself through its focus on efficient resource management and persistent communication. It utilizes connection pooling to reuse network sockets, which reduces latency during sequential requests, and supports full

    Pythonaiohttpasyncasyncio
    View on GitHub↗16,351
  • argo/argoA

    argo/argo

    0View on GitHub↗

    An extensible, asynchronous HTTP reverse proxy and origin server.

    View on GitHub↗0
  • asynchttpclient/async-http-clientAsyncHttpClient avatar

    AsyncHttpClient/async-http-client

    6,392View on GitHub↗

    This is a non-blocking network client for Java applications that provides asynchronous HTTP request capabilities and bidirectional WebSocket connectivity. It leverages a Netty-based architecture to handle high volumes of network input and output. The library utilizes native transport abstractions such as Epoll, KQueue, and io_uring to reduce system latency. It supports HTTP/2 multiplexing to run multiple concurrent request-response streams over a single connection and provides automatic response body decompression for various formats. Core capabilities cover the management of complex network

    Javaahcasyncasynchttpclient
    View on GitHub↗6,392
  • aderyabin/snifferaderyabin avatar

    aderyabin/sniffer

    584View on GitHub↗
    Rubyhttprubysniffer
    View on GitHub↗584
See all 30 alternatives to Nugget→

Frequently asked questions

What does maxogden/nugget do?

Minimalist command line downloader written in node, inspired by wget. HTTP GETs a file and streams it into a file in the current working directory. Specializes at downloading many files in parallel.

What are the main features of maxogden/nugget?

The main features of maxogden/nugget are: HTTP Clients.

What are some open-source alternatives to maxogden/nugget?

Open-source alternatives to maxogden/nugget include: aio-libs/aiohttp — This project is an asynchronous network framework for Python that provides both a client and a server for HTTP… argo/argo — An extensible, asynchronous HTTP reverse proxy and origin server. asynchttpclient/async-http-client — This is a non-blocking network client for Java applications that provides asynchronous HTTP request capabilities and… axios/axios — Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different… bbc/flashheart — flashheart is built on http-transport to provide everything you need to build HTTP-based services with confidence. aderyabin/sniffer.