You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ WebPEER is a Decentralized P2P Network in the Browser. It allows developers to b
8
8
9
9
## Library
10
10
11
-
-[WebPEER.js](https://www.npmjs.com/package/webpeerjs) - JavaScript implementation of WebPEER designed as minimal low level API. It uses IPFS and libp2p modular stack for the specific purpose of propagating messages across the network. Consequently these messages may arrive asyncrhonously depending on the how many iterations the message goes through.
11
+
-[WebPEER.js](https://www.npmjs.com/package/webpeerjs) - JavaScript implementation of WebPEER designed as minimal low level API. It uses IPFS and libp2p modular stack for the specific purpose of propagating messages across the network through direct WebRTC connections between browsers. Consequently these messages may arrive asyncrhonously depending on the how many iterations the message goes through.
12
12
13
13
## Security
14
14
@@ -19,10 +19,11 @@ WebPEER Network run over [`libp2p gossipsub`](https://docs.libp2p.io/concepts/se
19
19
20
20
## Benefit
21
21
22
-
* ✅ Decentralized P2P Network
23
-
* ✅ Scalable Peers
24
-
* ✅ Accessible in Standard Browser
25
-
* ✅ Broadcast Channel Provided
22
+
* ✅ Decentralized
23
+
* ✅ True P2P
24
+
* ✅ Scalable
25
+
* ✅ Standard Browser
26
+
* ✅ Broadcast Channel
26
27
* ✅ No Server
27
28
* ✅ No Cloud
28
29
* ✅ No Admin
@@ -36,9 +37,9 @@ WebPEER Network run over [`libp2p gossipsub`](https://docs.libp2p.io/concepts/se
0 commit comments