Skip to content

Commit

Permalink
Merge pull request quarkusio#40487 from cescoffier/mark-websocket-nex…
Browse files Browse the repository at this point in the history
…t-experimental

Label WebSocket Next as Experimental in Documentation
  • Loading branch information
mkouba authored May 7, 2024
2 parents 89b732b + 181e08e commit 2bfd9cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/websockets-next-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ include::_attributes.adoc[]
:categories: web
:topics: web,websockets
:extensions: io.quarkus:quarkus-websockets-next
:extension-status: experimental

The `websockets-next` extension provides an experimental API to define _WebSocket_ endpoints declaratively.
The proposed API may change in future releases.
include::{includes}/extension-status.adoc[]

== The WebSocket protocol

Expand Down
4 changes: 3 additions & 1 deletion docs/src/main/asciidoc/websockets-next-tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ include::_attributes.adoc[]
:summary: This guide explains how your Quarkus application can utilize web sockets to create interactive web applications. This guide uses the WebSockets Next extension
:topics: web,websockets
:extensions: io.quarkus:quarkus-websockets-next
:extension-status: experimental

This guide explains how your Quarkus application can utilize web sockets to create interactive web applications.
In this guide, we will develop a very simple chat application using web sockets to receive and send messages to the other connected users.

IMPORTANT: The `websockets-next` extension is experimental. The proposal API may change in future releases.
include::{includes}/extension-status.adoc[]


== Prerequisites

Expand Down

0 comments on commit 2bfd9cb

Please sign in to comment.