UNPKG

actionhero

Version:

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

19 lines (16 loc) 274 B
'use strict'; 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(); } };