Files
modules/supercomputer/hyper-p2p-job-dispatcher
Raven ScottandCursor 67f96281c6 Expand pear, media, experimental, state, and messaging modules
Add manual API helpers across categories: pear runtime/embed/runner/spawn,
preflight cancel, update gossip history, headless UI pipe helpers, media
origin weights and latency paths, experimental void/tension/time-capsule,
CRDT conflict-set and grow-only-set, job dispatcher peek, trust graph decay,
session rotateAll, topic channel batch unsubscribe, fulltext searchOr, FEC
batch encode, marketplace cheapest listing, and noise session closeAll.

Co-authored-by: Cursor <[email protected]>
2026-05-21 02:39:38 -04:00
..

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