# skypjack/uvw

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

Repository: https://github.com/skypjack/uvw
Canonical: https://ross.abutalabs.com/products/uvw
Language: C++
License: MIT
License Family: permissive
Topics: libuv, header-only, wrapper, uvw, event-loop, modern-cpp, cpp, cpp17
Last push: 2025-12-17T09:38:16+00:00

## Health v2 (maintenance only)
Score: 58/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 57, release rhythm 35, longevity 100
- inputs: {"age_days": 3727, "days_push": 259, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2055, forks 241 (observed 2026-08-28T04:06:09.831534+00:00)

## What it is
uvw is a header-only (also available as a static/shared library) wrapper around libuv that exposes its C API through a modern, event-based C++17 interface. It stays faithful to libuv's semantics while providing RAII-style handles and event callbacks for loops, TCP, and other async I/O resources.

## Use cases
- write an async TCP server in modern C++
- wrap libuv event loop with a C++ API
- build cross-platform async I/O without raw libuv callbacks
- handle file system and network events with an event-based C++ library
- replace hand-written libuv C code with RAII C++ handles

## When to choose
- you want libuv functionality with a clean modern C++ API
- you prefer header-only integration or vcpkg availability
- you're building event-driven networked applications in C++17

## When to avoid
- you need a higher-level networking framework with abstractions beyond libuv
- your project doesn't use C++17 or modern C++
- you need coroutine-based async I/O rather than event callbacks

## Facets
- artifact type: library
- maturity: active
- function: concurrency, networking, developer-tools
- domain: developer-tools, cross-platform, backend
- platform: cpp, windows, cross-platform
- tags: libuv, event-loop, header-only, modern-cpp, async-io, cpp17, linux, macos

## Member repositories
- skypjack/uvw (main) score 58

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:09.831534+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:57:17.175221+00:00, confidence not recorded.
  - readme: https://github.com/skypjack/uvw (fetched 2026-08-28T04:06:09.831534+00:00, sha 7467cb21e887)
- Data as of 2026-08-30T08:39:29.467469+00:00.
