Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Investigate replacing Flask with an ASGI framework #175

Open
ReenigneArcher opened this issue Nov 9, 2022 · 3 comments
Open

Investigate replacing Flask with an ASGI framework #175

ReenigneArcher opened this issue Nov 9, 2022 · 3 comments
Assignees

Comments

@ReenigneArcher
Copy link
Member

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

@github-actions
Copy link
Contributor

github-actions bot commented Feb 8, 2023

This issue is stale because it has been open for 30 days with no activity. Remove the stale label or comment, otherwise this will be closed in 5 days.

@github-actions
Copy link
Contributor

This issue is stale because it has been open for 30 days with no activity. Remove the stale label or comment, otherwise this will be closed in 5 days.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2023

This issue is stale because it has been open for 30 days with no activity. Remove the stale label or comment, otherwise this will be closed in 5 days.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants