View Project
@hybrid-compute is a flexible, modular compute orchestration framework that dispatches computational tasks to the most appropriate backend — whether that's:
The local JS thread (for fast, simple tasks)
A dedicated Web Worker (for multi-threaded offloading)
Or a remote compute service over HTTP or WebSocket
All you do is define tasks and call runTask(). HybridCompute takes care of the rest.
Built with