Skip to content

Commit f0ce571

Browse files
committed
Add some pointers to WebSockets Next to websockets.adoc
1 parent aa3e5c7 commit f0ce571

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/src/main/asciidoc/websockets.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,22 @@ This guide is maintained in the main Quarkus repository
33
and pull requests should be submitted there:
44
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
55
////
6-
= Using WebSockets
6+
= Using WebSockets with Undertow
77
include::_attributes.adoc[]
88
:categories: web
99
:summary: This guide explains how your Quarkus application can utilize web sockets to create interactive web applications. Because it’s the canonical web socket application, we are going to create a simple chat application.
1010
:topics: web,websockets
1111
:extensions: io.quarkus:quarkus-websockets,io.quarkus:quarkus-websockets-client
1212

13-
This guide explains how your Quarkus application can utilize web sockets to create interactive web applications.
13+
This guide explains how your Quarkus application can utilize web sockets to create interactive web applications,
14+
in the context of an Undertow-based Quarkus application, or if you rely on https://jakarta.ee/specifications/websocket/[Jakarta WebSocket].
15+
16+
[TIP]
17+
====
18+
If you don't use Undertow or https://jakarta.ee/specifications/websocket/[Jakarta WebSocket],
19+
it is recommended to use the more modern xref:websockets-next-tutorial.adoc[WebSockets Next extensions].
20+
====
21+
1422
Because it's the _canonical_ web socket application, we are going to create a simple chat application.
1523

1624
== Prerequisites

0 commit comments

Comments
 (0)