userver-framework/userver
Production-ready C++ Asynchronous Framework with rich functionality observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 99
- Release rhythm 78
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 47.0
- age_days: 1721
- days_rel: 64
- days_push: 7
- n_releases_24m: 15
Adoption not part of the score
2956 stars · 405 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
userver is a production-ready open-source C++ asynchronous framework with coroutines for building microservices, services, and utilities. It provides transparent efficient I/O, async drivers for databases and protocols, and high-level components for caches, logging, tracing, and metrics.
Use cases
- build high-performance C++ microservices
- serve HTTP APIs with async coroutines in C++
- access PostgreSQL, MongoDB, or Redis asynchronously from C++
- build gRPC clients and servers in C++
- consume Kafka or AMQP messages in a C++ service
- implement distributed locking and caching in C++ services
- write high-availability backend services with deadline propagation
When to choose
- you need a production-grade async C++ framework for I/O-bound services
- you want built-in drivers for many databases and protocols in one framework
- you need on-the-fly configuration, metrics, tracing, and congestion control out of the box
- you want to avoid callback-heavy code via coroutines
When to avoid
- your project is not in C++ or C++20
- you need a simple synchronous web server with minimal dependencies
- you prefer lightweight single-purpose libraries over a full framework
- your team cannot invest in learning a large framework's abstractions
Facets
framework · maturity stable
web-framework http-server http-client database-driver websocket rpc caching logging tracing monitoring concurrency message-queue serialization middleware routing testing configuration-management web-development backend microservices databases developer-tools cpp cross-platform coroutines async-io grpc postgresql mongodb redis kafka high-availability microservices-framework deadline-propagation linux macos docker
3 sources
- readme: https://github.com/userver-framework/userver · fetched 2026-08-28 · e867f4a688f0
- homepage: https://userver.tech · fetched 2026-08-29 · 576cddcf978a
- site_page: https://userver.tech/de/d6a/md_en_2index.html · fetched 2026-08-29 · c0d81141faf8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| userver-framework/userver | main | 92 |
For agents
markdown · JSON · MCP: product_card(name="userver-framework/userver")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem