15 lines
710 B
Plaintext
15 lines
710 B
Plaintext
|
[[spring-web-reactive]]
|
||
|
= Web on Reactive Stack
|
||
|
:doc-root: https://docs.spring.io
|
||
|
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
|
||
|
:toc: left
|
||
|
:toclevels: 4
|
||
|
:docinfo1:
|
||
|
|
||
|
This part of the documentation covers support for reactive stack, web applications built on a
|
||
|
http://www.reactive-streams.org/[Reactive Streams] API to run on top of non-blocking
|
||
|
servers such as Netty, Undertow, and Servlet 3.1+ containers. Individual chapters cover
|
||
|
<<webflux-module, Spring WebFlux>> and its <<webflux-fn,functional programming model>>.
|
||
|
For Servlet stack, web applications, to go <<web.adoc#spring-web,Web on Servlet Stack>>.
|
||
|
|
||
|
include::web/webflux.adoc[leveloffset=+1]
|