/typescript-nodejs-worker-threads

⛓ Typescript + NodeJS Worker Threads

Primary LanguageTypeScript

Typescript and NodeJS Worker Threads logo

Typescript + NodeJS Workers Threads ⛓

Launch multiple NodeJS worker threads under a typescript environment

What's included?

Features

  • Launch multiple worker threads with NodeJS
  • Have typescript typesafety inclued
  • Automatic and easy execution without building steps
  • Load process.env variables configuration

Set up

npm ci                          # Install dependencies
cp .env.example .env            # And fill .env file variables
npm run dev                     # Launch project locally