skypjack/uvw
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library! observed · 2026-08-28
Health v2 · maintenance only
58/100
- Activity 57
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3727
- days_rel: n/a
- days_push: 259
- n_releases_24m: 0
Adoption not part of the score
2055 stars · 241 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity active
concurrency networking developer-tools developer-tools cross-platform backend cpp windows cross-platform libuv event-loop header-only modern-cpp async-io cpp17 linux macos
1 source
- readme: https://github.com/skypjack/uvw · fetched 2026-08-28 · 7467cb21e887
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| skypjack/uvw | main | 58 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem