You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.
Flask is a WSGI based framework. This doesn't allow asynchronous calls and can be slow.
While RetroArcher does not require many simultaneous connections or calls, let's investigate replacing it with an ASGI framework. While the app is still relatively small it will be easier to replace.
Expected Behavior
No response
Additional Context
quart appears to be mostly a drop in replacement for Flask.
RetroArcher Server Operating System and Version
RetroArcher Version
The text was updated successfully, but these errors were encountered:
Describe the Bug
Flask is a WSGI based framework. This doesn't allow asynchronous calls and can be slow.
While RetroArcher does not require many simultaneous connections or calls, let's investigate replacing it with an ASGI framework. While the app is still relatively small it will be easier to replace.
Expected Behavior
No response
Additional Context
quart appears to be mostly a drop in replacement for Flask.
RetroArcher Server Operating System and Version
RetroArcher Version
The text was updated successfully, but these errors were encountered: