Skip to content
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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants