UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

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