webpeerjs 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
- # WebpeerJS
2
- > Simple peer-to-peer communication between applications in browser.
1
+ # WebPEER.js
2
+ > Decentralized P2P JS library for communication between applications in browser.
3
3
 
4
- Build completely P2P web applications, no trackers or relay servers required. [WebpeerJS](https://github.com/nuzulul/webpeerjs) enables browser to browser connectivity without a central server. Connecting people safely, privately, openly and reliably. Let's create a next generation internet that is fair, free and open.
4
+ Build completely peer-to-peer web applications, no trackers or relay servers required. [WebPEER.js](https://github.com/nuzulul/webpeerjs) enables browser to browser connectivity without a central server. Connecting projects safely, privately, anonymously and reliably.
5
5
 
6
6
  [Basic Connection Demo](https://nuzulul.github.io/webpeerjs/demo/)
7
7
 
@@ -12,6 +12,10 @@ Build completely P2P web applications, no trackers or relay servers required. [W
12
12
  * ✅ Works in Browsers
13
13
  * ✅ Broadcast Message
14
14
 
15
+ # Security
16
+
17
+ WebPEER.js uses [`libp2p gossipsub`](https://docs.libp2p.io/concepts/security/security-considerations/#publish--subscribe) to enables communication between applications.
18
+
15
19
  ## Quickstart
16
20
 
17
21
  Try now in [Playground](https://jsbin.com/suwesaliro/1/edit?html,output) :