UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

13 lines (8 loc) 237 B
module.exports = StressModule; function StressModule() {} StressModule.prototype.start = function() { // console.log('start', this.stop); } StressModule.prototype.stop = function() { // console.log('stop', this.$happn.config); }