2017-09-14 09:02:28 +08:00
|
|
|
[[spring-web-reactive]]
|
|
|
|
= Web on Reactive Stack
|
|
|
|
|
2019-03-05 20:08:34 +08:00
|
|
|
This part of the documentation covers support for reactive-stack web applications built
|
2023-11-21 22:59:24 +08:00
|
|
|
on a {reactive-streams-site}/[Reactive Streams] API to run on non-blocking
|
2021-11-17 19:39:23 +08:00
|
|
|
servers, such as Netty, Undertow, and Servlet containers. Individual chapters cover
|
2023-04-19 23:26:17 +08:00
|
|
|
the xref:web/webflux.adoc#webflux[Spring WebFlux] framework,
|
2023-11-20 23:22:35 +08:00
|
|
|
the reactive xref:web/webflux-webclient.adoc[`WebClient`],
|
|
|
|
support for xref:web/webflux-test.adoc[testing],
|
|
|
|
and xref:web/webflux-reactive-libraries.adoc[reactive libraries]. For Servlet-stack web
|
|
|
|
applications, see xref:web.adoc[Web on Servlet Stack].
|
2017-09-14 09:02:28 +08:00
|
|
|
|