qicosmos/cinatra
C++20 实现的跨平台、header only,易用的高性能http库; modern c++(c++20), cross-platform, header-only, easy to use http framework observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 96
- Release rhythm 69
- Longevity 100
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: 32.5
- age_days: 3139
- days_rel: 127
- days_push: 26
- n_releases_24m: 7
Adoption not part of the score
2176 stars · 392 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Cinatra is a cross-platform, header-only, high-performance HTTP framework written in modern C++20, supporting HTTP 1.0/1.1, SSL, and WebSocket. It provides both a coroutine-based HTTP server and an HTTP(S) client with features like file upload/download, redirects, and proxy support.
Use cases
- build a high-performance http server in c++
- create a file upload and download server
- make http requests from c++ with a coroutine-based client
- build a websocket or real-time message push server
- develop a rest api backend in modern c++
- build an https server with ssl support
When to choose
- you need a header-only, dependency-light C++ HTTP framework
- you want C++20 coroutine-based async networking without callbacks
- you need top-tier HTTP server performance in C++
- you need cross-platform support (Linux, macOS, Windows)
When to avoid
- your toolchain does not support C++20 coroutines
- you need a full-featured web framework with templating, ORM, and middleware ecosystems
- you prefer a non-header-only library with separate binaries
Facets
framework · maturity active
web-framework http-server http-client websocket file-upload routing web-development backend apis developer-tools windows cpp cross-platform header-only cpp20 coroutines high-performance ssl http-framework linux macos
1 source
- readme: https://github.com/qicosmos/cinatra · fetched 2026-08-28 · 4b7ca89e48ea
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| qicosmos/cinatra | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="qicosmos/cinatra")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem