tgrid
Grid Computing Framework for TypeScript
worker-fn
worker-fn hides the complexity of communication between the JavaScript main thread and Worker threads, making it easy to call the functions defined in workers.
threadbridge
Utility TypeScript library that simplifies bi-directional communication between the main thread and web workers with full type safety. Use the same codebase to facilitate seamless and strongly-typed data exchange in both directions.
worker-messenger
This package is used to call the function between worker_thread and parent using Async function
workiq
A fast, promise-based queue & communication layer for web workers.