awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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 Aufruf

Promise Cpp

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

Features

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

Star-Verlauf

Star-Verlauf für xhawk18/promise-cppStar-Verlauf für xhawk18/promise-cpp

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Promise Cpp

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Promise Cpp.
  • actor-framework/actor-frameworkAvatar von actor-framework

    actor-framework/actor-framework

    3,426Auf GitHub ansehen↗

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

    C++actor-modelactorsasync
    Auf GitHub ansehen↗3,426
  • boostorg/asioAvatar von boostorg

    boostorg/asio

    1,587Auf GitHub ansehen↗

    Boost.org asio module

    C++
    Auf GitHub ansehen↗1,587
  • chriskohlhoff/asioAvatar von chriskohlhoff

    chriskohlhoff/asio

    5,896Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗5,896
  • ithewei/libhvAvatar von ithewei

    ithewei/libhv

    7,521Auf GitHub ansehen↗

    libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP, WebSocket, and MQTT clients and servers. It provides a non-blocking event loop for managing network sockets, timers, and system signals across multiple threads. The project is distinguished by its integrated support for specialized network roles, including a full HTTP web server with RESTful routing and middleware, an MQTT messaging client for IoT communication, and the ability to implement SOCKS5 and HTTP proxies. It also features a reliable UDP implementation to ensure ordered

    Ccurlepollhttp-client
    Auf GitHub ansehen↗7,521
Alle 8 Alternativen zu Promise Cpp anzeigen→

Häufig gestellte Fragen

Was macht xhawk18/promise-cpp?

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

Was sind die Hauptfunktionen von xhawk18/promise-cpp?

Die Hauptfunktionen von xhawk18/promise-cpp sind: Asynchronous Event Loop.

Welche Open-Source-Alternativen gibt es zu xhawk18/promise-cpp?

Open-Source-Alternativen zu xhawk18/promise-cpp sind unter anderem: actor-framework/actor-framework — An Open Source Implementation of the Actor Model in C++. 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…