Files
modules/supercomputer/hyper-p2p-job-dispatcher

hyper-p2p-job-dispatcher

Production Supercomputer module: pool P2P system resources over Hyperswarm.

Category: Supercomputer · Protocol: job-dispatcher/v1 · Export: HyperP2PJobDispatcher

When to use

Distributed submit, claim, and complete job queue.

Quick start

const { HyperP2PJobDispatcher } = require('hyper-p2p-job-dispatcher')
const mod = new HyperP2PJobDispatcher({ topic: 'my-super-mesh' })
await mod.ready()
// ...
await mod.close()

Docs

Test

npm install && npm test