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
@@ -11,26 +11,26 @@ I got tired of building and maintenance signaling server for my WebRTC projects
11
11
12
12
## How it works?
13
13
14
-
A direct browser to browser connection for static client side web pages is normally impossible. Previously, the solution available was using WebRTC transport, which still required to setup a signaling server as a middleman. This library works by leveraging already established P2P networks, such as IPFS Network or Torrent Network for signaling, eliminating the need for backend servers forever. Now static web pages can talk to each other, even hosts on static hosting such as github pages, cloudflare pages, gitlab pages, netlify or localhost.
14
+
A direct browser to browser connection for static client side web application is normally impossible. Currently, the solution available was using WebRTC transport, which still required to setup a signaling server as a middleman. This library works by leveraging already established public protocol, such as Torrent, MQTT and NOSTR for signaling, eliminating the need for backend servers forever. Now static client side web application can talk to each other, even hosts on static hosting such as github pages, cloudflare pages, gitlab pages, netlify or any other static hosting even on local host.
15
15
16
16
## Features
17
17
18
-
* ✅ Bypass NAT
19
-
* ✅ Bypass VPN
18
+
* ✅ Auto p2p WebRTC connection
19
+
* ✅ Zero configuration for local network connection
-`attribute = {connection}` - `connection` is Array of all connection identity exclude self connection identity
237
+
-`attribute = {connection,connections}` - `connection` is Array of all connection identity exclude self connection identity - `connections` is [RTCPeerConnection](https://nuzulul.github.io/webConnect.js/demo/) object
238
238
239
239
### Get latency of connection which return a promise that resolve to milliseconds
0 commit comments