• Run compute tasks wherever they run best - local, threaded, or remote - with a pluggable backend architecture.

    @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.

    I would like if something could test it out, if it fits any of your use cases and provide feedback :)