This commit is contained in:
Jesse Wierzbinski 2024-09-19 08:08:06 +02:00
commit 408a70756b
No known key found for this signature in database

View file

@ -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' }}