UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

17 lines (15 loc) 259 B
module.exports = { loadPriority: 1000, startPriority: 1000, stopPriority: 1000, initialize: function(api, next){ api.%%name%% = {}; next(); }, start: function(api, next){ next(); }, stop: function(api, next){ next(); } };