Replies: 6 comments 2 replies
-
Hi. What do you have in mind? gRPC is generated code so I wonder how that could look? |
Beta Was this translation helpful? Give feedback.
-
Now starlite supports http and websocket protocols, is it possible to add support for protobuf and grpc? https://github.com/vmagamedov/grpclib |
Beta Was this translation helpful? Give feedback.
-
starlite is based on the ASGI specification, you can find it here: https://asgi.readthedocs.io/en/latest/ We can create an adapter for GRPC perhaps, I need to understand though how this could look like and what is the use case for this - also if there are any interested users aside from your good self. |
Beta Was this translation helpful? Give feedback.
-
web app https://connect.build/docs/web/getting-started/ https://buf.build/blog/connect-web-protobuf-grpc-in-the-browser flutter app https://grpc.io/docs/languages/dart/quickstart/ machine learning proxy grpc web to grpc |
Beta Was this translation helpful? Give feedback.
-
@jet10000 Grpc is its own framework and they have support for python, see here. Can you describe your use case a bit more? What are you trying to do with grcp in a starlite application or vice versa? |
Beta Was this translation helpful? Give feedback.
-
Are there plans to support grpc?
Beta Was this translation helpful? Give feedback.
All reactions