This commit is contained in:
DadaMonad 2015-04-07 03:16:00 +00:00
parent a678affdc3
commit 0d55878882
2 changed files with 7 additions and 4 deletions

View file

@ -1,4 +1,7 @@
This is a WebRTC Connector for [Yjs](https://dadamonad.github.io/yjs/). It propagates document updates directly to all users via WebRTC. While WebRTC is not the most reliable connector, messages are propagated with almost no delay.
# WebRTC Connector for [Yjs](https://github.com/y-js/yjs)
It propagates document updates directly to all users via WebRTC. While WebRTC is not the most reliable connector, messages are propagated with almost no delay.
* Very fast message propagation (not noticeable)
* Very easy to use

View file

@ -1,6 +1,6 @@
{
"name": "y-webrtc",
"version": "0.4.0",
"version": "0.5.0",
"description": "WebRTC Connector for Yjs",
"main": "y-webrtc.js",
"scripts": {
@ -17,9 +17,9 @@
"author": "Kevin Jahns <kevin.jahns@rwth-aachen.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rwth-acis/y-webrtc/issues"
"url": "https://github.com/y-js/y-webrtc/issues"
},
"homepage": "https://github.com/rwth-acis/y-webrtc",
"homepage": "https://github.com/y-js/y-webrtc",
"dependencies": {
"simplewebrtc": "^1.13.1"
},