From c17852ae18cd027d1178e9135d3d7d5c620d7b12 Mon Sep 17 00:00:00 2001 From: Gaspard Wierzbinski Date: Mon, 9 Sep 2024 18:16:30 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=96=20Clarify=20WebSockets=20e?= =?UTF-8?q?xtension=20page=20purpose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/extensions/websockets/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/extensions/websockets/page.mdx b/app/extensions/websockets/page.mdx index 28e7789..aed1969 100644 --- a/app/extensions/websockets/page.mdx +++ b/app/extensions/websockets/page.mdx @@ -7,9 +7,9 @@ export const metadata = { # WebSockets Extension - This extension is a **draft** and should not be considered final. It is subject to change. + This document is **provided for informative purposes** and should not be used in a production environment. It is subject to change. - If testing proves unsuccessful, this draft may be abandoned. + If internal testing proves unsuccessful at solving the problems with the HTTP delivery method, this document may be abandoned. Typically, communication between Versia instances is done via HTTP. However, HTTP suffers from some limitations, such as high latency and heavy overhead for small messages, making it less suitable for exchanging large amounts of entities at acceptable speeds. {{ className: 'lead' }}