Ross ROSS = Recommend OSS · open-source software intelligence for agents

aio-libs/aiohttp

Asynchronous HTTP client/server framework for asyncio and Python observed · 2026-08-28

github.com/aio-libs/aiohttp · homepage · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 99
  • Release rhythm 94
  • 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: 3.5
  • age_days: 4719
  • days_rel: 42
  • days_push: 7
  • n_releases_24m: 51

Full methodology

Adoption not part of the score

16526 stars · 2383 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

aiohttp is an asynchronous HTTP client and server framework for Python built on asyncio. It supports client and server WebSockets out of the box and provides a web server with middleware, signals, and pluggable routing.

Use cases

  • make async http requests in python
  • scrape many urls concurrently without blocking
  • build an async rest api server in python
  • serve websockets from a python backend
  • replace requests with an async http client
  • write middleware for request/response processing
  • build a small web service without flask or django

When to choose

  • you need high-concurrency HTTP clients or servers in asyncio-based Python code
  • you want WebSockets support on both client and server without extra dependencies
  • you are building async APIs, crawlers, or microservices in Python

When to avoid

  • you want a simple synchronous HTTP client like requests
  • you need a batteries-included web framework with ORM, auth, and admin like Django
  • your codebase does not use asyncio

Facets

library · maturity stable

http-client http-server websocket web-framework routing middleware web-development backend apis developer-tools python cross-platform asyncio async http websockets client-server

7 sources

Member repositories

RepositoryRoleHealth v2
aio-libs/aiohttpmain97

For agents

markdown · JSON · MCP: product_card(name="aio-libs/aiohttp")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem