Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote authored Mar 14, 2024
1 parent ff6f5ff commit 0721a1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/en/cloud/self-hosted/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ Customize the appearance and branding of your engineering platform powered by La

## Considerations of Peer-to-Peer Communication

Layer5 Cloud offers central coordination for real-time user presence and its multi-player experience.

Layer5 Cloud propagates document updates peer-to-peer to all users using WebRTC. This allows for real-time collaboration without the need for a central server. The signaling server is only used to establish the initial connection between peers. The signaling server does not have access to the content of the document.
Layer5 Cloud offers central coordination for real-time user presence and its multi-player experience and does so by propagating document (e.g. designs, views, and so on) updates peer-to-peer to all users using WebRTC. This allows for real-time collaboration without the need for a central server. The signaling server is only used to establish the initial connection between peers. The signaling server does not have access to the content of the document.

Characteristics of the peer-to-peer communication include:

Expand Down

0 comments on commit 0721a1b

Please sign in to comment.