Skip to content
Paul edited this page Aug 6, 2020 · 3 revisions

Welcome to the background-tasks documentation!

Here you can find everything you need to know to start your background tasks on other threads in NodeJs!

Install background-tasks with npm or yarn.

  • NPM: npm i -s background-tasks
  • Yarn: yarn add background-tasks
Clone this wiki locally