https://github.com/autrin/decentralized-web-lab
https://github.com/autrin/decentralized-web-lab
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/autrin/decentralized-web-lab
- Owner: autrin
- Created: 2025-06-24T20:49:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-04-03T23:25:54.000Z (2 months ago)
- Last Synced: 2026-04-03T23:26:19.408Z (2 months ago)
- Language: Shell
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decentralized Web Lab
A hands-on sandbox exploring libp2p, IPFS, simple mesh and more.
Work in progress: this repo is my personal learning playground for peer-to-peer and content-addressed protocols. Not a production system, just me following tutorials and experimenting.
```
uncensorable-internet/
├── phase1-socket-demo/ ← Basic networking: client server
├── phase2-libp2p-ping/ ← ProtoSchool "Ping"
├── phase3-cjdns-mesh/ ← safe mesh-network simulation
Note: this roadmap continues as I add more phases.
```