Skip to content

Commit

Permalink
update modules and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Apr 7, 2020
1 parent 08d164d commit ea176e2
Show file tree
Hide file tree
Showing 6 changed files with 858 additions and 518 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# WebRTC Connector for [Yjs](https://github.com/yjs/yjs)
# WebRTC connector for [Yjs](https://github.com/yjs/yjs)

It propagates document updates directly to all users via WebRTC.
Propagates document updates peer-to-peer to all users using WebRTC.

* Fast message propagation
* Encryption and authorization over untrusted signaling server
* Encryption and authorization over untrusted signaling servers
* No setup required, public signaling servers are available
* Very little server load
* Not suited for a large amount of collaborators on a single document (each peer is connected to each other)
Expand Down Expand Up @@ -89,7 +89,7 @@ The following default values of `opts` can be overwritten:
}
```

### Logging
## Logging

`y-webrtc` uses the `lib0/logging.js` logging library. By default this library disables logging. You can enable it by specifying the `log` environment / localStorage variable:

Expand Down
Loading

0 comments on commit ea176e2

Please sign in to comment.