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

Investigate replacing Flask with an ASGI framework #175

Description

@ReenigneArcher

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions