Esbuild plugin for WorkTank which enables you to execute whole files in a worker pool, transparently.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
WorkTank Esbuild Plugin is a tool for developers using Esbuild to enable transparent execution of JavaScript/TypeScript files in a worker pool. It automatically creates a worker pool for files matching a specified pattern (e.g., `*.worker.js`), allowing developers to import and call functions as if they were regular async functions while the actual execution happens in separate workers. This is ideal for developers looking to parallelize CPU-intensive tasks in Node.js applications without manually managing worker pools.