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
·
Back to wlgq2/uv-cpp

Open-source alternatives to Uv Cpp

9 open-source projects similar to wlgq2/uv-cpp, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Uv Cpp alternative.

  • flatiron/promptAvatar von flatiron

    flatiron/prompt

    1,956Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,956
  • 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

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • libuv/libuvAvatar von libuv

    libuv/libuv

    26,912Auf GitHub ansehen↗

    libuv is a cross-platform asynchronous I/O library that provides an abstraction layer for event-driven networking, filesystem operations, and system signals. It utilizes a non-blocking event loop to coordinate asynchronous tasks and I/O events across different operating systems. The project features a unified interface for managing TCP, UDP, and DNS resolution, alongside an inter-process communication layer for sharing sockets via named pipes and Unix domain sockets. To prevent blocking the main execution loop, it includes a multi-platform thread pool for offloading computationally expensive

    Casynchronousdeep-ioio
    Auf GitHub ansehen↗26,912
  • skypjack/uvwAvatar von skypjack

    skypjack/uvw

    2,044Auf GitHub ansehen↗

    Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!

    C++cppcpp17event-loop
    Auf GitHub ansehen↗2,044
  • volt-software/ichorAvatar von volt-software

    volt-software/Ichor

    233Auf GitHub ansehen↗

    C++20 Microservice Bootstrapping Framework

    C++beastboostboost-beast
    Auf GitHub ansehen↗233
  • 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
  • xhawk18/promise-cppAvatar von xhawk18

    xhawk18/promise-cpp

    697Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗697