kamranyaseen / SpringWebFlux-RestAPIwithKotlin

Kotlin Spring WebFlux Annotation-Based RestAPIs – with SpringBoot 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpringWebFlux-RestAPIwithKotlin

Kotlin Spring WebFlux Annotation-Based RestAPIs

Reactive programming is about non-blocking applications. And Spring Framework 5 includes a new spring-webflux module, supports Reactive Streams for communicating backpressure across async components and libraries.

Spring WebFlux Spring Framework 5.0 supports WebFlux with fully asynchronous and non-blocking and does NOT require the Servlet API(Unlike Spring MVC).

About

Kotlin Spring WebFlux Annotation-Based RestAPIs – with SpringBoot 2

License:MIT License


Languages

Language:Kotlin 100.0%