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
·
skypjack avatar

skypjack/uvw

0
View on GitHub↗
2,044 stars·237 forks·C++·MIT·7 vues

Uvw

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

Features

  • Asynchronous Event Loop - C++ wrapper for asynchronous I/O event loops.
  • Network Communication Libraries - Header-only wrapper for asynchronous event-driven networking.
  • Network Frameworks - Header-only wrapper for asynchronous event-driven network libraries.
  • TUI Libraries - C++ wrapper for libuv.
  • Web and Networking - Modern wrapper for the libuv event loop.

Historique des stars

Graphique de l'historique des stars pour skypjack/uvwGraphique de l'historique des stars pour skypjack/uvw

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

Alternatives open source à Uvw

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Uvw.
  • ithewei/libhvAvatar de ithewei

    ithewei/libhv

    7,521Voir sur 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
    Voir sur GitHub↗7,521
  • caozhiyi/cppnetAvatar de caozhiyi

    caozhiyi/CppNet

    1,135Voir sur GitHub↗

    Cross platform network library with C++11

    C++epolliocpkqueue
    Voir sur GitHub↗1,135
  • alextangxiao/gamenettyA

    ALEXTANGXIAO/GameNetty

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • azure/dotnettyAvatar de Azure

    Azure/DotNetty

    4,238Voir sur GitHub↗

    DotNetty is an asynchronous network framework and event-driven networking library for .NET. It is a port of the Netty architecture designed for building high-performance protocol servers and clients. The framework enables the development of network applications that handle concurrent connections and high-throughput data streaming without blocking execution threads. It supports the implementation of custom network protocols through defined encoding and decoding rules. The library utilizes a pipeline-based processing model and non-blocking I/O to manage network traffic. Its architecture incorp

    C#networkingprotocols
    Voir sur GitHub↗4,238
Voir les 30 alternatives à Uvw→

Questions fréquentes

Que fait skypjack/uvw ?

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

Quelles sont les fonctionnalités principales de skypjack/uvw ?

Les fonctionnalités principales de skypjack/uvw sont : Asynchronous Event Loop, Network Communication Libraries, Network Frameworks, TUI Libraries, Web and Networking.

Quelles sont les alternatives open-source à skypjack/uvw ?

Les alternatives open-source à skypjack/uvw incluent : ithewei/libhv — libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP,… chriskohlhoff/asio — Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that… azure/dotnetty — DotNetty is an asynchronous network framework and event-driven networking library for .NET. It is a port of the Netty… alextangxiao/gamenetty. chenshuo/muduo — Muduo is a C++11 event-driven network library and framework designed for building high-concurrency Linux servers. It… caozhiyi/cppnet — Cross platform network library with C++11.