项目作者: linux-china

项目描述 :
gRPC Kotlin GraalVM native-image demo
高级语言: Kotlin
项目地址: git://github.com/linux-china/grpc-kotlin-graal-demo.git
创建时间: 2020-12-17T22:42:33Z
项目社区:https://github.com/linux-china/grpc-kotlin-graal-demo

开源协议:

下载


gRPC Kotlin Graal demo

Attention

  • Use protobuf-javalite and grpc-kotlin-stub-lite version
  • Reflection for Protobuf messages in src/graal/reflect-config.json

How to test?

  1. $ ./gradlew -x test nativeImage
  2. $ ./build/graal/hello-world

References