UNPKG

kevoree-group-centralizedws

Version:

WebSocket group based on a centralized architecture that only sends partial model to connected clients

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