UNPKG

kevoree-group-remotews

Version:

A Kevoree group that uses an external remote WebSocket broadcast server to share models.<br/>The attribute <strong>answerPull</strong> specifies whether the fragments must send their model back on pull requests.

10 lines (6 loc) 162 B
const assert = require('assert'); describe('RemoteWSGroup tests', function mochaDescribe() { it('a really good test', () => { assert.ok(true); }); });