holochain / lib3h

The lib3h p2p communication rust library.
Apache License 2.0
44 stars 5 forks source link

EPIC Implement prototype bootstrapping server #207

Open jmday opened 5 years ago

jmday commented 5 years ago

As a hApp dev, I can connect to test networks via a bootstrap server so that I don't rely on MDNS (which won't scale).

As a hApp user, I can securely identify other peers to connect to so that I can join the app network.

For networks that we want to maintain, we will have a node in the network to securely create/update the data in the bootstrap storage. For networks we are not a part of, others may have to maintain their own bootstrap capabilities.

Tasks:

AC:

jmday commented 5 years ago

Probably use NodeJS to create a prototype... (eventually leverage for CloudFlare in production)