boxo
boxo copied to clipboard
End to End example for P2P transfer
We should have an E2E example with a client and server that shows:
- Server
- Chunking
- Data-Transfer (¿ bitswap ?)
- Announcement (¿ DHT ?)
- Client
- Content Routing
- Download
- Deserialization
The hard part is that we don't want to be prescriptive but we should show at least an option.
https://github.com/ipfs/boxo/tree/main/examples/unixfs-file-cid already has all modules demonstrated for the server pipeline. This looks hairy, will loop back to see how can this be improved.