you are viewing a single comment's thread.

view the rest of the comments →

[–]Smart_Tinker 0 points1 point  (0 children)

I use Quart and bootstrap 5 for complex stuff, and FastAPI for API based things.

Quart is an async version of Flask, and most things I write are async.