Python implementation #6
Replies: 7 comments
-
We use it with AWS SAM and Lambda. Not only Connect but GRPC allows us to validate and parse incoming requests with ease. Our use case is only synchronous. |
Beta Was this translation helpful? Give feedback.
-
FastAPI integration with betterproto like pydantic models would be awesome |
Beta Was this translation helpful? Give feedback.
-
Would like to toss up, I have a WIP implementation of this. https://github.com/mattrobenolt/connect-python It's very minimal documentation and whatnot for now. I'm going to get this moved over into the |
Beta Was this translation helpful? Give feedback.
-
I have tossed up an RFC: connectrpc/connectrpc.com#71 Would like to get some initial feedback. |
Beta Was this translation helpful? Give feedback.
-
We have some services written in python because they require specific python-based tooling, but still need to talk to the rest of our microservices. It would be great for those to also be able to leverage the generated sdk and connect. Our use-case is mainly synchronous and framework isn't super important, but we use fastapi in some other places |
Beta Was this translation helpful? Give feedback.
-
Hi, Is this still on the roadmap? Is python support something that you think might be added? if not, what is the recommended approach to contact a python gRPC backend from the browser? Can I use connectRPC typescript from the browser and connect to a python gRPC backend ? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would you or your company use a Connect implementation in Python? If yes, please leave a comment and tell us more about what you'd like: synchronous or asynchronous, important framework integrations (FastAPI? Django? Flask?), and anything else important.
105 votes ·
Beta Was this translation helpful? Give feedback.
All reactions