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

Is it possible to port Connexion over Starlette? #4

Closed
jugaadi opened this issue Oct 22, 2019 · 2 comments
Closed

Is it possible to port Connexion over Starlette? #4

jugaadi opened this issue Oct 22, 2019 · 2 comments

Comments

@jugaadi
Copy link

jugaadi commented Oct 22, 2019

Im not sure but I think it supports Tornado other than Flask

@jugaadi jugaadi changed the title Is it possible to port Connexion? Is it possible to port Connexion over Starlette? Oct 22, 2019
@berislavlopac
Copy link
Owner

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!

@jugaadi
Copy link
Author

jugaadi commented Nov 4, 2019

Thanks a lot

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

No branches or pull requests

2 participants