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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
xhawk18 avatar

xhawk18/promise-cpp

0
View on GitHub↗
697 stars·95 forks·C++·MIT·1 vue

Promise Cpp

C++ promise/A+ library in Javascript style.

Features

  • Asynchronous Event Loop - Header-only implementation of the Promise/A+ standard.

Historique des stars

Graphique de l'historique des stars pour xhawk18/promise-cppGraphique de l'historique des stars pour xhawk18/promise-cpp

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

Questions fréquentes

Que fait xhawk18/promise-cpp ?

C++ promise/A+ library in Javascript style.

Quelles sont les fonctionnalités principales de xhawk18/promise-cpp ?

Les fonctionnalités principales de xhawk18/promise-cpp sont : Asynchronous Event Loop.

Quelles sont les alternatives open-source à xhawk18/promise-cpp ?

Les alternatives open-source à xhawk18/promise-cpp incluent : flatiron/prompt — Prompt is a terminal interface management library for Node.js applications that collects, validates, and styles… boostorg/asio — Boost.org asio module. chriskohlhoff/asio — Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that… ithewei/libhv — libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP,… libuv/libuv — libuv is a cross-platform asynchronous I/O library that provides an abstraction layer for event-driven networking,… skypjack/uvw — Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static…

Alternatives open source à Promise Cpp

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Promise Cpp.
  • flatiron/promptAvatar de flatiron

    flatiron/prompt

    1,956Voir sur GitHub↗

    Prompt is a terminal interface management library for Node.js applications that collects, validates, and styles interactive command-line user input. It handles user response collection and input stream controls, allowing developers to build command-line scripts and automation tools that require structured user input. The library supports asynchronous event-driven prompt flows through both callback patterns and modern promises, alongside conditional prompt bypassing driven by command-line arguments, default values, preset overrides, and previous answers. Captured terminal responses can be appe

    JavaScript
    Voir sur GitHub↗1,956
  • chriskohlhoff/asioAvatar de chriskohlhoff

    chriskohlhoff/asio

    5,896Voir sur GitHub↗

    Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that avoids blocking program execution. It provides a portable, cross-platform interface for network socket communication across different operating systems, and manages multiple asynchronous operations without requiring explicit thread management or locking. The library implements a proactor-based asynchronous model where operations post completion handlers to a queue for later execution, and wraps operating system I/O multiplexing mechanisms like epoll, kqueue, IOCP, and select in

    C++
    Voir sur GitHub↗5,896
  • boostorg/asioAvatar de boostorg

    boostorg/asio

    1,587Voir sur GitHub↗

    Boost.org asio module

    C++
    Voir sur GitHub↗1,587
  • actor-framework/actor-frameworkAvatar de actor-framework

    actor-framework/actor-framework

    3,426Voir sur GitHub↗

    An Open Source Implementation of the Actor Model in C++

    C++actor-modelactorsasync
    Voir sur GitHub↗3,426
  • Voir les 9 alternatives à Promise Cpp→