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

FastAPI backend #109

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

FastAPI backend #109

wants to merge 9 commits into from

Conversation

mariusandra
Copy link
Collaborator

@mariusandra mariusandra commented Dec 16, 2024

Migrating from flask to FastAPI. There are many reasons why, but tldr: asyncio and decent websocket support. I couldn't get socketio working with non-socketio with Flask (and gevent). Time to ditch flask and use the new tools. Moving the backend to nim is still a possibility, but for another day as it's a larger undertaking. I'll start small with the frame's own webserver.

TODO:

  • Migrations
  • Tasks
  • Get auth working again
  • Websocket auth
  • Template images
  • Tests

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

Successfully merging this pull request may close these issues.

1 participant