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.

7 lines (4 loc) 222 B
const KevoreeModuleLoader = require('kevoree-module-loader'); const pkg = require('../package.json'); const RemoteWSGroup = require('./RemoteWSGroup'); KevoreeModuleLoader.register(pkg.name, pkg.version, RemoteWSGroup);