-
Quart, the ASGI version of Flask, also has [background tasks](https://quart.palletsprojects.com/en/latest/how_to_guides/ba...) and there is an extension [Quart-Tasks](https://github.com/pgjones/quart-tasks) to run them on a schedule. Via
@tasks.cron("*/5 * * * *") # every 5 minutes -
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
In addition [Hypercorn](https://github.com/pgjones/hypercorn) (a ASGI and WSGI) also does not use gunicorn, having migrated many years ago.
-
-
aiodrf
Asynchronous Django Rest Framework ViewSets, Serializers, Paginations, PostgreSQL (psycopg) connections and more.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
Quart: An async Python micro framework for building web applications
-
How does a single running instance of a Flask application handle multiple requests at once? Is it all async or multithreaded? Or handled by the webserver (NGINX, gunicorn, etc)?
-
Quart: An async Python micro framework for building web applications
-
Quart: Asyncio Reimplementation of Flask
-
hypercorn VS tremolo - a user suggested alternative
2 projects | 12 Jul 2024