Begin build phase

This commit is contained in:
Raven Scott
2026-05-20 21:34:59 -04:00
parent 7a6b4fd692
commit c5d54be3ca
168 changed files with 909 additions and 479 deletions
@@ -6,13 +6,13 @@ Backpressure for P2P streams.
## Holepunch references (inspiration only)
- (none yet)
- `protomux`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-flow-shaper`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "stream-backpressure/v1",
"class": "HyperP2PStreamBackpressure",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"protomux"
],
"composes_with": [
"hyper-p2p-flow-shaper"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Chunked stream framing.
## Holepunch references (inspiration only)
- (none yet)
- `hyperbeam`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-multipath-fanout`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "stream-chunker/v1",
"class": "HyperP2PStreamChunker",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyperbeam"
],
"composes_with": [
"hyper-p2p-multipath-fanout"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Stream multiplex over mux.
## Holepunch references (inspiration only)
- (none yet)
- `protomux`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-rpc`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "stream-multiplex/v1",
"class": "HyperP2PStreamMultiplex",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"protomux"
],
"composes_with": [
"hyper-p2p-rpc"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Resume tokens for streams.
## Holepunch references (inspiration only)
- (none yet)
- `hypercore-byte-stream`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-session-bridge`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "stream-resume-token/v1",
"class": "HyperP2PStreamResumeToken",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hypercore-byte-stream"
],
"composes_with": [
"hyper-p2p-session-bridge"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Stream tee fan-out.
## Holepunch references (inspiration only)
- (none yet)
- `protomux`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-distributed-event-bus`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "stream-tee/v1",
"class": "HyperP2PStreamTee",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"protomux"
],
"composes_with": [
"hyper-p2p-distributed-event-bus"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Transform pipeline for streams.
## Holepunch references (inspiration only)
- (none yet)
- `protomux`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-pattern-router`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "stream-transform/v1",
"class": "HyperP2PStreamTransform",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"protomux"
],
"composes_with": [
"hyper-p2p-pattern-router"
],
"status": "scaffold"
}