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
Back to hypercubed/chuhai

Projects sharing features with Chuhai

14 open-source projects similar to hypercubed/chuhai, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • andywer/leakageandywer avatar

    andywer/leakage

    1,593View on GitHub↗

    🐛 Memory leak testing for node.

    JavaScript
    View on GitHub↗1,593
  • electron/spectronelectron avatar

    electron/spectron

    1,673View on GitHub↗

    Easily test your Electron apps using ChromeDriver and WebdriverIO.

    JavaScript
    View on GitHub↗1,673
  • lukechilds/clone-responselukechilds avatar

    lukechilds/clone-response

    32View on GitHub↗

    Returns a new stream and copies over all properties and methods from the original response giving you a complete duplicate.

    JavaScript
    View on GitHub↗32
  • lukechilds/create-test-serverlukechilds avatar

    lukechilds/create-test-server

    119View on GitHub↗

    Inspired by the createServer() helper function in the Got tests.

    JavaScript
    View on GitHub↗119
  • sindresorhus/active-win-clisindresorhus avatar

    sindresorhus/active-win-cli

    70View on GitHub↗

    Get metadata about the active window (title, id, bounds, owner, URL, etc)

    JavaScript
    View on GitHub↗70
  • sindresorhus/delaysindresorhus avatar

    sindresorhus/delay

    626View on GitHub↗

    Delay a promise a specified amount of time

    JavaScript
    View on GitHub↗626

AI search

Explore more awesome repositories

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

Find more with AI search
  • sindresorhus/execasindresorhus avatar

    sindresorhus/execa

    7,517View on GitHub↗

    Execa is a promise-based process execution library that serves as a wrapper for the Node.js child process module. It functions as a shell command runner and subprocess management tool, simplifying the execution of external commands and binaries. The library distinguishes itself through automatic argument escaping to prevent shell injection and the use of abort signals for graceful process termination. It also provides an inter-process communication wrapper for exchanging structured JSON data and messages between parent and child processes. Its capabilities cover a broad range of process I/O

    JavaScript
    View on GitHub↗7,517
  • sindresorhus/get-streamsindresorhus avatar

    sindresorhus/get-stream

    359View on GitHub↗

    Get a stream as a string, Buffer, ArrayBuffer or array

    JavaScript
    View on GitHub↗359
  • sindresorhus/gulp-debugsindresorhus avatar

    sindresorhus/gulp-debug

    220View on GitHub↗

    `sh npm install --save-dev gulp-debug `

    JavaScript
    View on GitHub↗220
  • sindresorhus/orasindresorhus avatar

    sindresorhus/ora

    9,714View on GitHub↗

    Ora is a terminal spinner library and Node.js CLI component used to integrate animated loading indicators and task-outcome symbols into JavaScript-based terminal applications. It functions as a progress visualizer that signals the status of command-line operations through animated sequences of characters. The library provides promise-based spinner wrapping, allowing animations to start and resolve automatically based on the outcome of asynchronous tasks. It replaces active animations with specific success, failure, warning, or info symbols to communicate the final result of a process. The to

    JavaScript
    View on GitHub↗9,714
  • sindresorhus/p-eventsindresorhus avatar

    sindresorhus/p-event

    450View on GitHub↗

    Promisify an event by waiting for it to be emitted

    JavaScript
    View on GitHub↗450
  • sindresorhus/p-queuesindresorhus avatar

    sindresorhus/p-queue

    4,217View on GitHub↗

    p-queue is a JavaScript promise queue and concurrent task scheduler designed to limit the number of active asynchronous operations. It serves as an asynchronous rate limiter and promise lifecycle manager to prevent resource exhaustion. The project distinguishes itself through priority-based task scheduling and token-bucket rate limiting to control execution frequency. It integrates with abort signals for task cancellation and provides mechanisms to pause, resume, and clear pending operations. The tool covers broader traffic management capabilities including operation timeouts and concurrency

    TypeScript
    View on GitHub↗4,217
  • sindresorhus/pifysindresorhus avatar

    sindresorhus/pify

    1,507View on GitHub↗

    Promisify a callback-style function

    JavaScriptpromise-utilitiespromisespromisify
    View on GitHub↗1,507
  • sindresorhus/registry-urlsindresorhus avatar

    sindresorhus/registry-url

    57View on GitHub↗

    It's usually https://registry.npmjs.org/, but it's configurable.

    JavaScript
    View on GitHub↗57