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

https://github.com/phxql/kotlin-spring-5-reactive

This repository contains an example of a reactive HTTP application built with Spring 5 running on Netty. Language of choice is Kotlin.
https://github.com/phxql/kotlin-spring-5-reactive

Last synced: about 1 year ago
JSON representation

This repository contains an example of a reactive HTTP application built with Spring 5 running on Netty. Language of choice is Kotlin.

Awesome Lists containing this project

README

          

# kotlin-spring-5-reactive

This repository contains an example of a reactive HTTP application
built with Spring 5 running on Netty. Language of choice is Kotlin.

## Building

`./gradlew build`

## Running

`./gradlew run` and open [http://localhost:8080/hello/world](http://localhost:8080/hello/world)

## License

[BSD 0-Clause](https://tldrlegal.com/license/bsd-0-clause-license#summary)