Skip to content

A very simple gRPC server application sample written using Kotlin.

License

Notifications You must be signed in to change notification settings

jviniciusb/kotlin-hello-grpc

Repository files navigation

kotlin-hello-grpc

A very simple gRPC server application sample written using Kotlin.

TLS

Command to create certificate files and test the application using TLS:

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes -subj '/CN=localhost'

About

A very simple gRPC server application sample written using Kotlin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published