awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·13 views

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 history

Star history chart for skypjack/uvwStar history chart for skypjack/uvw

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Uvw

Similar open-source projects, ranked by how many features they share with Uvw.
  • ithewei/libhvithewei avatar

    ithewei/libhv

    7,521View on 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
    View on GitHub↗7,521
  • caozhiyi/cppnetcaozhiyi avatar

    caozhiyi/CppNet

    1,135View on GitHub↗

    Cross platform network library with C++11

    C++epolliocpkqueue
    View on GitHub↗1,135
  • alextangxiao/gamenettyA

    ALEXTANGXIAO/GameNetty

    0View on GitHub↗
    View on GitHub↗0
  • azure/dotnettyAzure avatar

    Azure/DotNetty

    4,238View on 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
    View on GitHub↗4,238
See all 30 alternatives to Uvw→

Frequently asked questions

What does skypjack/uvw do?

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

What are the main features of skypjack/uvw?

The main features of skypjack/uvw are: Asynchronous Event Loop, Network Communication Libraries, Network Frameworks, TUI Libraries, Web and Networking.

What are some open-source alternatives to skypjack/uvw?

Open-source alternatives to skypjack/uvw include: 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.