sanic-org/sanic
Accelerate your web app development | Build fast. Run fast. observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 95
- Release rhythm 62
- 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: 120.0
- age_days: 3751
- days_rel: 94
- days_push: 35
- n_releases_24m: 5
Adoption not part of the score
18645 stars · 1598 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Sanic is a fast, asynchronous Python web framework and web server supporting async/await syntax and ASGI compliance. It bundles a production-ready server with routing, middleware, websockets, and TLS out of the box.
Use cases
- build a fast async REST API in Python
- serve a high-throughput web application with asyncio
- deploy an ASGI-compatible Python web server
- handle websockets in a Python backend
- build a production-grade HTTP server with TLS support
When to choose
- you need high-performance asynchronous request handling in Python
- you want a framework and web server bundled together
- your app benefits from non-blocking I/O with async/await
When to avoid
- you need a large ecosystem of batteries-included features like Django
- your team prefers synchronous WSGI codebases
- you rely on libraries that are not asyncio-compatible
Facets
framework · maturity stable
web-framework http-server routing middleware websocket web-development backend apis python cross-platform asyncio asgi async api-server high-performance web-server
5 sources
- readme: https://github.com/sanic-org/sanic · fetched 2026-08-28 · 736716193e35
- homepage: https://sanic.dev · fetched 2026-08-29 · 0e42dcba98df
- site_page: https://sanic.dev/en/guide/getting-started.html · fetched 2026-08-29 · ca43d97d1de2
- site_page: https://sanic.dev/en/plugins/sanic-ext/getting-started.html · fetched 2026-08-29 · b9f33693f5ea
- registry_pypi: https://pypi.org/pypi/sanic/json · fetched 2026-08-29 · 93ea236a3847
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sanic-org/sanic | main | 84 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem