mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
12 lines
450 B
Plaintext
12 lines
450 B
Plaintext
[[websocket]]
|
|
= WebSockets
|
|
:page-section-summary-toc: 1
|
|
|
|
[.small]#xref:web/webflux-websocket.adoc[See equivalent in the Reactive stack]#
|
|
|
|
This part of the reference documentation covers support for Servlet stack, WebSocket
|
|
messaging that includes raw WebSocket interactions, WebSocket emulation through SockJS, and
|
|
publish-subscribe messaging through STOMP as a sub-protocol over WebSocket.
|
|
|
|
include::partial$web/websocket-intro.adoc[leveloffset=+1]
|