js-libp2p
js-libp2p copied to clipboard
refactor: examples/delegated-routing
This PR refactors the delegated-routing example to the refactored async js-libp2p.
After syncing with @jacobheun , we will start by having a public delegated router configured.
We were having some issues finding peer via the delegate because of the lack of support for HTTPS in the go-ipfs API. This needs to be properly configured using a reverse proxy and generated SSL certificates. I will create an issue to track adding documentation for infrastructure for going to production to unblock this PR for now.
Superseded by #1390