# aio-libs/aiohttp

Asynchronous HTTP client/server framework for asyncio and Python

Repository: https://github.com/aio-libs/aiohttp
Canonical: https://ross.abutalabs.com/products/aiohttp
Homepage: https://docs.aiohttp.org
Language: Python
License: Apache-2.0
License Family: permissive
Topics: aiohttp, asyncio, python, http, http-server, http-client, async, hacktoberfest
Last push: 2026-08-26T14:47:04+00:00

## Health v2 (maintenance only)
Score: 97/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 94, longevity 100
- inputs: {"age_days": 4719, "days_push": 7, "days_rel": 42, "gap_med": 3.5, "n_releases_24m": 51}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 16526, forks 2383 (observed 2026-08-28T04:11:16.680555+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: http-client, http-server, websocket, web-framework, routing, middleware
- domain: web-development, backend, apis, developer-tools
- platform: python, cross-platform
- tags: asyncio, async, http, websockets, client-server

## Member repositories
- aio-libs/aiohttp (main) score 97

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:16.680555+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:04:52.830729+00:00, confidence not recorded.
  - readme: https://github.com/aio-libs/aiohttp (fetched 2026-08-28T04:11:16.680555+00:00, sha ed31a276a900)
  - homepage: https://docs.aiohttp.org (fetched 2026-08-29T08:02:14.935673+00:00, sha db9e64b53733)
  - site_page: https://docs.aiohttp.org/en/stable/web_quickstart.html (fetched 2026-08-29T08:02:14.938491+00:00, sha 0c9bada4fda4)
  - site_page: https://docs.aiohttp.org/en/stable/client_quickstart.html (fetched 2026-08-29T08:02:14.940988+00:00, sha 228ac296f000)
  - site_page: https://docs.aiohttp.org/en/stable/faq.html (fetched 2026-08-29T08:02:14.943496+00:00, sha cb44081d261b)
  - site_page: https://docs.aiohttp.org/en/stable/changes.html (fetched 2026-08-29T08:02:14.945721+00:00, sha 9033a2a81059)
  - site_page: https://docs.aiohttp.org/en/stable/contributing.html (fetched 2026-08-29T08:02:14.952012+00:00, sha 846a4feddae5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
