Skip to content

This is a basic example that shows how to use Gradle-KotlinDsl, Kotlin, and reactor-grpc. This code is a work in progress, but it may be helpful to others...

License

Notifications You must be signed in to change notification settings

abitofhelp/rxgrpckotlin-basic-example

Repository files navigation

GrpcKotlin-simple

This repository contains a basic example that shows using Gradle-KotlinDsl, Kotlin, and reactor-grpc. This code is a work in progress, but it may be helpful to others...

The web service is implemented with the following key technologies:

  • Language: Kotlin
  • Build: Gradle, Kotlin DSL
  • Remote Interface: grpc and reactor-grpc
  • Deployment: Executable Jar
  • Persistence: None

Reminders for myself...

How to update the Gradle Wrapper

./gradlew wrapper --gradle-version 5.2.1 --distribution-type all

How to create a Gradle-Kotlin project

gradle init --dsl kotlin

About

This is a basic example that shows how to use Gradle-KotlinDsl, Kotlin, and reactor-grpc. This code is a work in progress, but it may be helpful to others...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages