You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
451 B
12 lines
451 B
[[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] |
|
|
|
|
|
|