- When should you be using Web Workers? (2019)
- Comlink - Makes WebWorkers enjoyable. Tiny library, that removes the mental barrier of thinking about postMessage and hides the fact that you are working with workers.
- Threading the web with module workers (2019)
- Threads.js - Make web workers & worker threads as simple as a function call.
- Fully type-safe Web Workers with zero boilerplate