does it make sense to use ktor with gRPC? do you g...
# ktor
r
does it make sense to use ktor with gRPC? do you guys have a good example on how to use gRPC + ktor?
e
why do you need Ktor for gRPC and vice versa?
r
@enleur I don't need ktor for gRPC I was just wondering if it makes sense to use them together, 'cause for example with spring I'm able to take advantage of dependency injection And I'd like to take advantage of ktor as well, if it makes sense