This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
js-multiaddr support for uTP, WebSockets and IPFS #82
Labels
exp/novice
Someone with a little familiarity can pick up
It is time to give js-multiaddr a spin and upgrade it to support uTP, WebSockets and IPFS.
multiaddr spec - https://github.com/jbenet/multiaddr
js impl - https://github.com/jbenet/js-multiaddr
go impl - https://github.com/jbenet/go-multiaddr
Note how uTP, WebSockets and IPFS are not yet recognized by multiaddr https://github.com/jbenet/js-multiaddr/blob/master/src/protocols.js#L29-L37. We need to add support for:
After this, we need to add support to js-mafmt to be able to validate uTP, WebSockets and IPFS too
While we are at it, we should also support WebSockets on the go-multiaddr, //cc @whyrusleeping
The text was updated successfully, but these errors were encountered: