ankicommunity / ankicommunity-api-server

Django-based Anki Sync and API server
GNU Affero General Public License v3.0
46 stars 15 forks source link

refactor: Use FastAPI over Django #27

Open VikashKothary opened 2 years ago

VikashKothary commented 2 years ago

To support async connections. Auto generate OpenAPI documentation (#9), etc

VikashKothary commented 2 years ago

There are benefits to this. But it's also important to note that Django has a superior user management system out-of-the-both.

I still think there's value in making the switch but I'll need to access the effort required to do so.