UNPKG

actionhero

Version:

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

19 lines (16 loc) 310 B
'use strict' module.exports = { loadPriority: %%loadPriority%%, startPriority: %%startPriority%%, stopPriority: %%stopPriority%%, initialize: function (api, next) { api.%%name%% = {}; next() }, start: function (api, next) { next() }, stop: function (api, next) { next() } }