Test Connector for Yjs
This connector simulates a randomly long propagation delay. It is nice for testing Yjs. It works on nodejs and in the browser.
Retrieve this with bower or npm.
npm install y-test --save
and put it on the Y
object.
Y.Test = require("y-test");
bower install y-test --save
var conn = new Y.Test(unique_id);
Yjs is licensed under the MIT License.