UNPKG

cluster-service

Version:

Turns your single process code into a fault-resilient multi-process service with built-in REST & CLI support

4 lines (3 loc) 58 B
module.exports = function(evt, cb) { cb(null, true); };