spring-framework/framework-docs/modules/ROOT/pages/web/websocket.adoc

13 lines
451 B
Plaintext
Raw Normal View History

[[websocket]]
= WebSockets
:page-section-summary-toc: 1
2023-04-19 23:26:17 +08:00
[.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.
2023-04-20 22:51:32 +08:00
include::partial$web/websocket-intro.adoc[leveloffset=+1]