UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

13 lines (10 loc) 240 B
module.exports = function () { return new TestComponent(); }; function TestComponent() { this.start = function (callback, $happn) { $happn.exchange.security.listGroups('*', function (err, data) { callback(err); }) } }