libp2p / js-libp2p-websocket-star

libp2p-webrtc-star without webrtc. Just plain socket.io.
https://libp2p.io
39 stars 15 forks source link

Use id instead of multiaddr for indentification #30

Open mkg20001 opened 7 years ago

mkg20001 commented 7 years ago

Peers would be identified by their id on the servers and locally the clients would "build" the multiaddr of the peers using this.ma.decapsulate("ipfs").encapsulate("ipfs/" + peerId) This would remove the following features:

This would solve the following problems:

mkg20001 commented 7 years ago

@diasdavid Thoughts?