docs: 📖 Clarify WebSockets extension page purpose

This commit is contained in:
Gaspard Wierzbinski 2024-09-09 18:16:30 +02:00 committed by GitHub
parent ec9cb1e93a
commit c17852ae18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,9 +7,9 @@ export const metadata = {
# WebSockets Extension
<Note>
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.
</Note>
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' }}