Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 0928dc9

Browse files
committedAug 25, 2015
Add right README
1 parent 34253cb commit 0928dc9

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed
 

‎README.md

+39-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
1-
git@github.com:ipfs/node-ipfs-old.git
1+
node-ipfs
2+
=========
3+
4+
> IPFS Node.js entry point and implementation roadmap
5+
6+
# Description
7+
8+
This repo (will) contains the entry point for the Node.js implementation of IPFS spec, similar to go-ipfs. It also presents the roadmap a modules of node-ipfs and their current state.
9+
10+
11+
# Usage
12+
13+
> Not ready for prime time yet
14+
15+
# Roadmap
16+
17+
- Network
18+
- [ ] libp2p
19+
- [ ] Peer Routing
20+
- [x] kad-routing
21+
- discovery mechanisms
22+
- [x] mDNS-discovery (https://github.com/diasdavid/node-ipfs-mdns)
23+
- [ ] random-walk (https://github.com/diasdavid/node-ipfs-random-walk)
24+
- [x] bootstrap-list (https://github.com/diasdavid/node-ipfs-railing)
25+
- [ ] mDNS-routing
26+
- [x] swarm (https://github.com/diasdavid/node-ipfs-swarm)
27+
- [x] stream muxer (https://github.com/diasdavid/node-spdy-stream-muxer)
28+
- [x] protocol muxer (https://github.com/diasdavid/node-multistream
29+
- [x] Identify (https://github.com/diasdavid/node-ipfs-swarm/tree/master/src/identify)
30+
- [ ] Distributed Record Store
31+
- [ ] record (needs MerkleDAG node)
32+
- [ ] distributed record store
33+
- [ ] kad-record-store
34+
- [ ] abstract-record-store
35+
- Exchange
36+
- [ ] bitswap
37+
- MerkleDAG
38+
- [ ] MerkleDAG node implementation (needs IPLD)
39+

0 commit comments

Comments
 (0)
This repository has been archived.