Skip to content
Snippets Groups Projects
Unverified Commit 6d413380 authored by Leon's avatar Leon Committed by GitHub
Browse files

Update README.md

parent d17b47a8
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,6 @@ A WebRTC library that makes it easy to embed scalable peer to peer communication
LioWebRTC works standalone, but it is also compatible with React, Vue, Electron, etc. It can be configured for scalability using partial mesh networks, making it possible to emit data to thousands of peers in a room, while only needing to be connected to at least one other peer in the room.
Peers in a LioWebRTC partial mesh network can self-optimize by default; each peer caches portions of the entire p2p network, and sends their cached graphs to newly joined peers. That means a peer can build an almost complete view of the entire graph without having to query each node (+1 scalability 😉).
[Click here](https://chatdemo.razorfart.com/) to see a chatroom demo built with LioWebRTC.
[Click here](https://vchatdemo.razorfart.com/) to see a video conferencing demo app built with LioWebRTC.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment