joyent/libuv
Go to observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
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: 5636
- days_rel: n/a
- days_push: 4085
- n_releases_24m: 0
Adoption not part of the score
3243 stars · 637 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
libuv is a multi-platform C library focused on asynchronous I/O, providing an event loop backed by epoll, kqueue, and IOCP, plus async TCP/UDP sockets, DNS resolution, and file system operations. It was originally developed for Node.js and is also used by Luvit, Julia, and uvloop.
Use cases
- build an event loop for a cross-platform C application
- asynchronous TCP and UDP networking in C
- async file system operations with file change events
- embed an event loop in a language runtime like Node.js or Julia
- cross-platform async DNS resolution
When to choose
- you need a battle-tested, portable async I/O event loop in C
- you are building a runtime or server that needs epoll/kqueue/IOCP abstraction
- you want the actively maintained successor at libuv/libuv
When to avoid
- you want active development - this joyent mirror is abandoned; use libuv/libuv instead
- you need high-level async APIs in a managed language rather than a C library
- you need only simple blocking I/O without an event loop
Facets
library · maturity abandoned
concurrency networking file-system developer-tools developer-tools cross-platform microservices windows cross-platform c event-loop asynchronous-io nodejs moved-repository systems-programming linux macos
2 sources
- readme: https://github.com/joyent/libuv · fetched 2026-08-28 · 85d9cad3afca
- homepage: https://github.com/libuv/libuv · fetched 2026-08-29 · dfcca7f8fb56
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| joyent/libuv | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem