Idle Hands
Run background or low priority tasks while Node.js is idle. Hooks the idle watcher in the Node.js main event loop. Rewritten for node 0.12
npm install idle-hands
Usage:
var idleHands = ; idleHands; // start idle watcher idleHandsstart; // stop idle watcher idleHands;