Comparison Of Asyncio-Supporting Web Frameworks (Posting On Python-List Prohibited)
Lawrence D'Oliveiro <[email protected]>
| Newsgroups | comp.lang.python |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
Trying to decide whether Quart or Starlette was the better bet for a higher-level web framework, I came across this comparison, from just a few years ago, of those two and some other possibilities at different levels <https://www.laac.dev/blog/should-you-use-asyncio-next-python-web-application/>. It’s from a few years ago, and as far as I can tell, only slightly out of date: the Stripe issue they link to shows that that now includes async support for its Python API.