You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure about Tornado, but there were some attempts to integrate it with Quart. But the developers themselves say this about that integration:
By and large it works well. But you'll be digging into the source code at times to figure things out, because the documentation is sparse and oftentimes you can't tell if the docs are referring to something that only applies to Flask. It certainly feels like there is friction where Connexion has been adapted to an async model too, processing security headers is synchronous for example.
Personally, I have found Connexion quite complex and so reliant on Flask's internal workings that it gets quite difficult to adapt to something else, which is why I have started Pyotr.
In any case, the best place to ask this question would be on the Connexion's issue tracker. Thank you!
Im not sure but I think it supports Tornado other than Flask
The text was updated successfully, but these errors were encountered: