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
floatdrop avatar

floatdrop/pinkie

0
View on GitHub↗
138 stars·17 forks·JavaScript·MIT·6 views

Pinkie

There are tons of Promise implementations out there, but all of them focus on browser compatibility and are often bloated with functionality.

Features

  • Promise Implementations - Extremely lightweight promise implementation for Node.js.

Star history

Star history chart for floatdrop/pinkieStar history chart for floatdrop/pinkie

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 floatdrop/pinkie do?

There are tons of Promise implementations out there, but all of them focus on browser compatibility and are often bloated with functionality.

What are the main features of floatdrop/pinkie?

The main features of floatdrop/pinkie are: Promise Implementations.

What are some open-source alternatives to floatdrop/pinkie?

Open-source alternatives to floatdrop/pinkie include: guzzle/promises — This project is a PHP implementation of the Promises/A+ specification, providing a library for managing asynchronous… nswbmw/node-in-debugging — This project is a comprehensive technical guide and diagnostic manual for analyzing memory, performance, and… lgwebdream/fe-interview — This project is a comprehensive frontend interview preparation resource built around a question bank of over 1000… cujojs/when — A solid, fast Promises/A+ and when() implementation, plus other async goodies. kriskowal/q — q is a JavaScript promise library and asynchronous flow controller designed to manage non-blocking operations. It… getify/native-promise-only — A polyfill for native ES6 Promises as close as possible (no extensions) to the strict spec definitions.

Open-source alternatives to Pinkie

Similar open-source projects, ranked by how many features they share with Pinkie.
  • guzzle/promisesguzzle avatar

    guzzle/promises

    7,717View on GitHub↗

    This project is a PHP implementation of the Promises/A+ specification, providing a library for managing asynchronous operations and deferred values. It serves as an asynchronous task coordinator that allows for the creation of non-blocking code through a promise-based pattern. The library enables the simulation of asynchronous coroutines, allowing non-blocking code to be written in a linear style. It features duck-typed interoperability, which allows it to integrate with any foreign object that implements a then method regardless of class inheritance. The project covers broader capabilities

    PHP
    View on GitHub↗7,717
  • nswbmw/node-in-debuggingnswbmw avatar

    nswbmw/node-in-debugging

    6,457View on GitHub↗

    This project is a comprehensive technical guide and diagnostic manual for analyzing memory, performance, and asynchronous behavior within Node.js applications. It provides detailed methods for asynchronous tracing, memory diagnostics, and performance analysis to resolve runtime errors and execution bottlenecks. The resource distinguishes itself by covering advanced diagnostic workflows, including the use of flame graphs for CPU profiling, the capture and comparison of heap snapshots for memory leak detection, and the mapping of asynchronous call stacks. It also provides technical guidance on

    debugdebuggingguide
    View on GitHub↗6,457
  • lgwebdream/fe-interviewlgwebdream avatar

    lgwebdream/FE-Interview

    7,203View on GitHub↗

    This project is a comprehensive frontend interview preparation resource built around a question bank of over 1000 curated questions. It covers HTML, CSS, JavaScript, Vue, React, Node, TypeScript, Webpack, algorithms, and network security, with each question accompanied by a detailed answer explanation. The content is organized into a hierarchical category tree for browsable exploration, and a daily question rotation algorithm presents one question per day for systematic review. A client-side search index enables instant filtering of questions by title or tag, and the entire question bank is p

    JavaScriptangularcssfe-interview
    View on GitHub↗7,203
  • cujojs/whencujojs avatar

    cujojs/when

    3,428View on GitHub↗

    A solid, fast Promises/A+ and when() implementation, plus other async goodies.

    JavaScript
    View on GitHub↗3,428
  • See all 13 alternatives to Pinkie→