Skip to content

y-js/y-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Use it!

Retrieve this with bower or npm.

NPM
npm install y-test --save

and put it on the Y object.

Y.Test = require("y-test");
Bower
bower install y-test --save

Create the connection object

var conn = new Y.Test(unique_id);

License

Yjs is licensed under the MIT License.

kevin.jahns@rwth-aachen.de