An open API service indexing awesome lists of open source software.

https://github.com/abitofhelp/rxgrpckotlin-basic-example

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...
https://github.com/abitofhelp/rxgrpckotlin-basic-example

gradle grpc java kotlin kotlin-dsl reactor reactor-grpc

Last synced: about 2 months ago
JSON representation

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...

Awesome Lists containing this project

README

          

# 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