2015-03-06 23:57:32 +08:00
|
|
|
[[websocket]]
|
2017-10-07 01:11:15 +08:00
|
|
|
= WebSockets
|
2023-04-19 23:26:17 +08:00
|
|
|
: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]#
|
2017-01-05 00:51:58 +08:00
|
|
|
|
2017-11-09 05:31:44 +08:00
|
|
|
This part of the reference documentation covers support for Servlet stack, WebSocket
|
2018-09-17 22:36:43 +08:00
|
|
|
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]
|
2017-11-14 07:06:10 +08:00
|
|
|
|
2018-10-25 21:15:58 +08:00
|
|
|
|