Skip to content
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

Closed
4 tasks done
daviddias opened this issue Mar 11, 2016 · 1 comment
Closed
4 tasks done

js-multiaddr support for uTP, WebSockets and IPFS #82

daviddias opened this issue Mar 11, 2016 · 1 comment
Labels
exp/novice Someone with a little familiarity can pick up

Comments

@daviddias
Copy link
Member

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:

  • uTP
  • WebSockets
  • IPFS

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

@daviddias daviddias added help wanted exp/novice Someone with a little familiarity can pick up labels Mar 11, 2016
@daviddias
Copy link
Member Author

I've done this now :) check the latest versions of multiaddr and mafmt :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
exp/novice Someone with a little familiarity can pick up
Projects
None yet
Development

No branches or pull requests

1 participant