mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
Merge branch 'main' of https://github.com/versia-pub/docs
This commit is contained in:
commit
408a70756b
|
|
@ -7,9 +7,9 @@ export const metadata = {
|
||||||
# WebSockets Extension
|
# WebSockets Extension
|
||||||
|
|
||||||
<Note>
|
<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>
|
</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' }}
|
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' }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue