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.
- Host: GitHub
- URL: https://github.com/phxql/kotlin-spring-5-reactive
- Owner: phxql
- License: 0bsd
- Created: 2017-10-18T10:27:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T10:44:37.000Z (almost 9 years ago)
- Last Synced: 2025-05-27T22:06:20.392Z (about 1 year ago)
- Language: Kotlin
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)