Files
spring-framework/framework-docs/modules/ROOT/pages/web-reactive.adoc
T
Brian Clozel fce7b3d420 Remove Undertow-specific support and testing
Undertow does not support Servlet 6.1, we need to remove compatibility
tests as well as Undertow-specific classes for WebSocket and reactive
support.

Closes gh-35354
2025-08-20 10:32:33 +02:00

13 lines
598 B
Plaintext

[[spring-web-reactive]]
= Web on Reactive Stack
This part of the documentation covers support for reactive-stack web applications built
on a {reactive-streams-site}/[Reactive Streams] API to run on non-blocking servers,
such as Netty and Servlet containers. Individual chapters cover
the xref:web/webflux.adoc#webflux[Spring WebFlux] framework,
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].