libevent/libevent
Event notification library observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 99
- Release rhythm 91
- Longevity 100
Flags: 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: 0
- age_days: 5567
- days_rel: 63
- days_push: 7
- n_releases_24m: 2
Adoption not part of the score
11942 stars · 3464 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
libevent is a C library providing a portable event notification API that executes callbacks on file descriptor events, timeouts, and signals. It replaces hand-written event loops in event-driven network servers and includes buffered I/O, DNS, HTTP, and a minimal RPC framework.
Use cases
- write a high-performance event-driven network server in C
- replace select/poll event loops with a portable abstraction
- build an async HTTP server or client
- handle timers and signals in a single event loop
- write multi-threaded networked applications with scalable I/O
- implement DNS or minimal RPC protocols
When to choose
- you need a mature, portable C event loop across Linux, BSD, macOS, and Windows
- you want epoll/kqueue/select abstraction without rewriting your event loop
- you need buffered network I/O with SSL, rate-limiting, or zero-copy file transmission
- you are building a dependency for other software (e.g., Tor, memcached-style servers)
When to avoid
- you are in a language with built-in async runtimes (Node.js, Go, Rust tokio)
- you need a full-featured HTTP framework rather than a low-level event library
- you want a modern coroutine/async-await programming model
- your project is not in C/C++ and binding overhead matters
Facets
library · maturity stable
networking concurrency http-server rpc caching networking developer-tools backend cross-platform windows bsd cross-platform c event-loop async-io epoll kqueue bufferevents dns c10k linux macos
3 sources
- readme: https://github.com/libevent/libevent · fetched 2026-08-28 · 915d0c999264
- homepage: https://libevent.org · fetched 2026-08-29 · 7b5665a9f72b
- site_page: https://libevent.org/old-releases.html · fetched 2026-08-29 · fe8ad9bacf6e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| libevent/libevent | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="libevent/libevent")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem