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

skypjack/uvw

0
View on GitHub↗
2,044 Stars·237 Forks·C++·MIT·3 Aufrufe

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.

Star-Verlauf

Star-Verlauf für skypjack/uvwStar-Verlauf für skypjack/uvw

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 Uvw

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Uvw.
  • 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
  • caozhiyi/cppnetAvatar von caozhiyi

    caozhiyi/CppNet

    1,135Auf GitHub ansehen↗

    Cross platform network library with C++11

    C++epolliocpkqueue
    Auf GitHub ansehen↗1,135
  • alextangxiao/gamenettyA

    ALEXTANGXIAO/GameNetty

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • azure/dotnettyAvatar von Azure

    Azure/DotNetty

    4,238Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,238
Alle 30 Alternativen zu Uvw anzeigen→

Häufig gestellte Fragen

Was macht skypjack/uvw?

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

Was sind die Hauptfunktionen von skypjack/uvw?

Die Hauptfunktionen von skypjack/uvw sind: Asynchronous Event Loop, Network Communication Libraries, Network Frameworks, TUI Libraries, Web and Networking.

Welche Open-Source-Alternativen gibt es zu skypjack/uvw?

Open-Source-Alternativen zu skypjack/uvw sind unter anderem: 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.