-
Hi @JamesNK I have a question, are there any samples where it shows gRPC & REST API in the same application ? Regards, |
Beta Was this translation helpful? Give feedback.
Answered by
JamesNK
Feb 15, 2022
Replies: 1 comment 2 replies
-
No, but the gRPC project template creates a mix of gRPC and REST. The default template adds a gRPC service, and a minimal API endpoint with route "/" to tell people that a gRPC client. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kdehia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, but the gRPC project template creates a mix of gRPC and REST.
The default template adds a gRPC service, and a minimal API endpoint with route "/" to tell people that a gRPC client.