Workers
All workers are written using TypeScript as the primary language, PowerShell as a secondary, but basically all languages will do.
We host most on Windows server, primaryly on Azure.
My tip
Use this awesome feature option
PM2​
Used for process management. In a nutshell this makes us able to spawn process that will run "forever" or on a clock.
npm install pm2 -g