usePlaintext()
- is a JVM binding to Java gRPC runtime. Other bindings are also present.
+ Similarly to , + you can use gRPC with Ktor: +
+
+ GrpcServer
instance is created and bound to the Ktor Application lifetime.
+ It can be accessed via application.attributes[GrpcServerKey]
.
+