-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from Flask to starlette? #257
Comments
I'd be keen on this (or another asyncio web framework?) as well, since it makes integration into my larger (aiohttp-based) website easier. |
Open to looking into this if we cannot fix performance issues easily. |
Any performance issues I have seen so far are either from naive implementation (no caching etc), or — sorry to say this Jelmer — from using Dulwich. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.starlette.io/ is fast, lightweight and arguably more scalable than Flask
Investigating a switch could be interesting.
The text was updated successfully, but these errors were encountered: