Replies: 1 comment 2 replies
-
I'd love to! asyncio and ASGI are great. It would be a huge project though, and wouldn't solve any real Bridgy Fed problems right now that I'm aware of. Is there some concrete pain point here that you think ASGI would help with? I'd also need async support in all of the I/O libraries I use, notably requests and the Google Cloud API libraries. Afaict library support tends to be the long pole for adopting asyncio in general. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, just wondering, are you happy with how Flask works here, or would it be useful to switch to ASGI and use e.g. Starlette?
I've ported some things from WSGI -> ASGI, from Flask to Starlette (with FastAPI), and have been happy with the results, also when running on the appengine, using gunicorn with uvicorn.workers.UvicornWorker
Beta Was this translation helpful? Give feedback.
All reactions