Région de recherche :

Date :

https://geekflare.com › python-asynchronous-web-frameworks

Top 9 Asynchronous Web Frameworks for Python - Geekflare

Learn about the best Python frameworks for asynchronous web development, such as Tornado, Sanic, Vibora, Quart, and more. Compare their features, performance, and syntax with examples and benchmarks.

https://github.com › timofurrer › awesome-asyncio

GitHub - timofurrer/awesome-asyncio: A curated list of awesome Python ...

A curated list of awesome Python asyncio frameworks, libraries, software and resources. Find web frameworks, message queues, database drivers, networking, GraphQL, testing and more for asyncio applications.

GitHub - timofurrer/awesome-asyncio: A curated list of awesome Python ...

https://www.slant.co › topics › 3173 › ~best-python-asynchronous-web-frameworks

7 Best Python asynchronous web frameworks as of 2024 - Slant

Compare 7 options for building fast and scalable web applications with Python. See user reviews, pros and cons, features, and ratings for FastAPI, Aiohttp, Sanic Framework, and more.

https://superfastpython.com › python-async-web-servers-and-frameworks

Python Async Web Servers and Frameworks

Async web dev in Python involves using third-party web development frameworks that support asyncio. In turn, these frameworks require web servers capable of supporting asynchronous programming and modern async web constructs like WebSockets, HTTP long-polling, HTTP/2, and more. The landscape is confusing, to say the least. Like, super confusing.

Python Async Web Servers and Frameworks

https://bocadilloproject.github.io

Bocadillo | Python async web framework

Bocadillo is an ASGI web framework designed to help you build, test and deploy web APIs as easily as possible. It focuses on modularity, has thorough documentation, and integrates seamlessly with third-party async libraries.

Bocadillo | Python async web framework

https://pythonrepo.com › repo › timofurrer-awesome-asyncio-python-concurrent-and-parallel...

A curated list of awesome Python asyncio frameworks, libraries ...

The Python asyncio module introduced to the standard library with Python 3.4 provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives.

https://fastapi.tiangolo.com

FastAPI

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints. The key features are: Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). One of the fastest Python frameworks available.

FastAPI

https://docs.python.org › 3 › library › asyncio.html

asyncio — Asynchronous I/O — Python 3.12.6 documentation

asyncio is a library to write concurrent code using the async/await syntax. It provides high-level and low-level APIs for network, IPC, subprocess, queue, and synchronization operations.

https://trio.readthedocs.io

Trio: a friendly Python library for async concurrency and I/O

The Trio project’s goal is to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O.

https://robyn.tech

A Fast, Innovator Friendly, and Community Driven Python Web Framework

A Fast, Innovator Friendly, and Community Driven Python Web Framework. Robyn merges Python's async capabilities with a Rust runtime for reliable, scalable web solutions. Experience quick project scaffolding, enjoyable usage, and robust plugin support.