@@ -31,7 +31,7 @@ libp2p implementation in JavaScript is a work in progress. As such, there's a fe
31
31
32
32
- [ libp2p] ( https://github.com/diasdavid/js-libp2p ) (entry point)
33
33
- ** Swarm**
34
- - [ libp2p-swarm] ( https://github.com/diasdavid/js-libp2p-swarm )
34
+ - [ libp2p-swarm] ( https://github.com/diasdavid/js-libp2p-swarm ) [ ![ ] ( https://img.shields.io/badge/discuss--blue.svg?style=flat-square )] ( https://github.com/ipfs/js-ipfs/issues/22 )
35
35
- [ libp2p-identify] ( https://github.com/diasdavid/js-libp2p-swarm/tree/master/src/identify )
36
36
- [ libp2p-ping] ( https://github.com/diasdavid/js-libp2p-ping )
37
37
- Transports
@@ -43,36 +43,35 @@ libp2p implementation in JavaScript is a work in progress. As such, there's a fe
43
43
- [ libp2p-utp] ( https://github.com/diasdavid/js-libp2p-utp )
44
44
- [ libp2p-webrtc] ( )
45
45
- [ libp2p-cjdns] ( )
46
- - Stream Muxing
46
+ - Stream Muxing [ ![ ] ( https://img.shields.io/badge/discuss--blue.svg?style=flat-square )] (LINK HERE)
47
47
- [ abstract-stream-muxer] ( https://github.com/diasdavid/abstract-stream-muxer )
48
48
- [ libp2p-spdy] ( https://github.com/diasdavid/js-libp2p-spdy )
49
49
- [ libp2p-multiplex] ( )
50
50
- Crypto Channel
51
51
- [ libp2p-tls] ( )
52
52
- [ libp2p-secio] ( )
53
53
- ** Peer Routing**
54
- - [ libp2p-kad-routing] ( https://github.com/diasdavid/js-libp2p-kad-routing )
54
+ - [ libp2p-kad-routing] ( https://github.com/diasdavid/js-libp2p-kad-routing ) [ ![ ] ( https://img.shields.io/badge/discuss--blue.svg?style=flat-square )] ( https://github.com/ipfs/js-ipfs/issues/18 )
55
55
- [ libp2p-mDNS-routing] ( )
56
56
- ** Discovery**
57
57
- [ libp2p-mdns-discovery] ( https://github.com/diasdavid/js-libp2p-mdns-discovery )
58
- - [ libp2p-random-walk] ( https://github.com/diasdavid/js-libp2p-random-walk )
59
- - [ libp2p-railing] ( https://github.com/diasdavid/js-libp2p-railing )
60
- - ** Distributed Record Store**
58
+ - [ libp2p-random-walk] ( https://github.com/diasdavid/js-libp2p-random-walk ) [ ![ ] ( https://img.shields.io/badge/discuss--blue.svg?style=flat-square )] ( https://github.com/ipfs/js-ipfs/issues/20 )
59
+ - [ libp2p-railing] ( https://github.com/diasdavid/js-libp2p-railing ) [ ![ ] ( https://img.shields.io/badge/discuss--blue.svg?style=flat-square )] ( https://github.com/ipfs/js-ipfs/issues/21 )
60
+ - ** Distributed Record Store** [ ![ ] ( https://img.shields.io/badge/discuss--blue.svg?style=flat-square )] ( https://github.com/ipfs/js-ipfs/issues/25 )
61
61
- [ libp2p-record] ( https://github.com/diasdavid/js-libp2p-record )
62
62
- [ abstract-record-store] ( https://github.com/diasdavid/abstract-record-store )
63
63
- [ libp2p-distributed-record-store] ( https://github.com/diasdavid/js-libp2p-distributed-record-store )
64
64
- [ libp2p-kad-record-store] ( https://github.com/diasdavid/js-libp2p-kad-record-store )
65
65
- ** Generic**
66
66
- [ PeerInfo] ( https://github.com/diasdavid/js-peer-info )
67
67
- [ PeerId] ( https://github.com/diasdavid/js-peer-id )
68
- - [ multihash] ( https://github.com/jbenet/js-multihash )
69
- - [ multihashing] ( https://github.com/jbenet/js-multihashing )
68
+ - [ multihash] ( https://github.com/jbenet/js-multihash ) [ ![ ] ( https://img.shields.io/badge/discuss--blue.svg?style=flat-square )] ( https://github.com/ipfs/js-ipfs/issues/26 )
69
+ - [ multihashing] ( https://github.com/jbenet/js-multihashing ) [ ![ ] ( https://img.shields.io/badge/discuss--blue.svg?style=flat-square )] ( https://github.com/ipfs/js-ipfs/issues/26 )
70
70
- [ multiaddr] ( https://github.com/jbenet/js-multiaddr )
71
71
- [ multistream] ( https://github.com/diasdavid/js-multistream )
72
- - [ multicodec] ( )
73
72
- [ ipld] ( https://github.com/diasdavid/js-ipld )
74
- - [ repo] ( https://github.com/ipfs/js-ipfs-repo )
75
- - [ webcrypto] ( https://github.com/diasdavid/webcrypto )
73
+ - [ repo] ( https://github.com/ipfs/js-ipfs-repo ) [ ![ ] ( https://img.shields.io/badge/discuss--blue.svg?style=flat-square )] ( https://github.com/ipfs/js-ipfs/issues/36 )
74
+ - [ webcrypto] ( https://github.com/diasdavid/webcrypto ) [ ![ ] ( https://img.shields.io/badge/discuss--blue.svg?style=flat-square )] ( https://github.com/ipfs/js-ipfs/issues/27 )
76
75
- [ ** Specs** ] ( https://github.com/ipfs/specs/tree/master/protocol/network )
77
76
- [ ** Website** ] ( https://github.com/diasdavid/libp2p-website )
78
77
0 commit comments