Is there a way to integrate axum with tonic?(Axum 0.7.7, Tonic 0.12.3) #2999
Unanswered
SturdyFool10
asked this question in
Q&A
Replies: 1 comment
-
There's an open PR to update the example you seem to want in #2825. You can also look at the comments there for some additional info. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hello, I am working with Axum and wanted to use gRPC for a project, where I want Axum to serve a webpage and I want to use code generated off of a protobuf file to allow said webpage to phone home through the same port as Axum, it would be a huge help as all the examples I found online included either manually programming the protobuf equivalent into axum_extra, or manually adding routes, and it would be very convenient to have it just work, especially as this project is still growing and the protocol may change entirely.
Current webserver code is:
axum version
0.7.7
Beta Was this translation helpful? Give feedback.
All reactions