awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
wlgq2 avatar

wlgq2/uv-cpp

0
View on GitHub↗
839 estrellas·212 forks·C++·MIT·2 vistas

Uv Cpp

libuv wrapper in C++11 /libuv C++11网络库

Features

  • Asynchronous Event Loop - High-performance network library based on asynchronous I/O.

Historial de estrellas

Gráfico del historial de estrellas de wlgq2/uv-cppGráfico del historial de estrellas de wlgq2/uv-cpp

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Uv Cpp

Proyectos open-source similares, clasificados según cuántas características comparten con Uv Cpp.
  • actor-framework/actor-frameworkAvatar de actor-framework

    actor-framework/actor-framework

    3,426Ver en GitHub↗

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

    C++actor-modelactorsasync
    Ver en GitHub↗3,426
  • boostorg/asioAvatar de boostorg

    boostorg/asio

    1,587Ver en GitHub↗

    Boost.org asio module

    C++
    Ver en GitHub↗1,587
  • chriskohlhoff/asioAvatar de chriskohlhoff

    chriskohlhoff/asio

    5,896Ver en 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++
    Ver en GitHub↗5,896
  • ithewei/libhvAvatar de ithewei

    ithewei/libhv

    7,521Ver en GitHub↗

    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
    Ver en GitHub↗7,521
Ver las 8 alternativas a Uv Cpp→

Preguntas frecuentes

¿Qué hace wlgq2/uv-cpp?

libuv wrapper in C++11 /libuv C++11网络库

¿Cuáles son las características principales de wlgq2/uv-cpp?

Las características principales de wlgq2/uv-cpp son: Asynchronous Event Loop.

¿Qué alternativas de código abierto existen para wlgq2/uv-cpp?

Las alternativas de código abierto para wlgq2/uv-cpp incluyen: 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…