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

13 lines
366 B
Plaintext
Raw Normal View History

[[websocket]]
= WebSockets
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.