Web workers
Last updated
Was this helpful?
Last updated
Was this helpful?
- Makes WebWorkers enjoyable. Tiny library, that removes the mental barrier of thinking about postMessage and hides the fact that you are working with workers.
- Make web workers & worker threads as simple as a function call.
- Consistent Web Workers in browser and Node.
- A webpack loader that moves a module and its dependencies into a Web Worker, automatically reflecting exported functions as asynchronous proxies.