Add aiohttp to Web APIs section

This commit is contained in:
Erfan 2026-06-20 13:18:34 +03:30
parent 6ed53787c6
commit 59d06811e3

View file

@ -268,6 +268,7 @@ _Libraries for building RESTful and GraphQL APIs._
- Flask
- [apiflask](https://github.com/apiflask/apiflask) - A lightweight Python web API framework based on Flask and Marshmallow.
- Framework Agnostic
- [aiohttp](https://github.com/aio-libs/aiohttp) - An async HTTP client/server framework for asyncio and Python.
- [connexion](https://github.com/spec-first/connexion) - A spec-first framework that automatically handles requests based on your OpenAPI specification.
- [falcon](https://github.com/falconry/falcon) - A high-performance framework for building cloud APIs and web app backends.
- [fastapi](https://github.com/fastapi/fastapi) - A modern, fast, web framework for building APIs with standard Python type hints.