Hi there. Is there a simple way to use grpc with k...
# ktor
j
Hi there. Is there a simple way to use grpc with ktor?
g
Isn’t grpc provides own server implementation?
j
yes
g
So what kind integration do you need?
j
no, you're right, I should use plain grpc service if I want GRPC. I was a bit silly to want to use Ktor with GRPC.
Thanks
g
😄
On your place I would look into Kotlin Grpc integrations, there a couple projects
would be good to see combined effort of different teams to provide real first-class support of Kotlin code generation for Grps
with coroutines (!), data classes, nullability support etc
👍 2
j
Yes. I'll have a look.
j
Generatings Multiplatform Kotlin gRPC/Protobuf code would be awesome 🙂