Skip to content

Commit

Permalink
docs: 📖 Clarify WebSockets extension page purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch authored Sep 9, 2024
1 parent ec9cb1e commit c17852a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/extensions/websockets/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit c17852a

Please sign in to comment.