-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example: create and host IPFS content from helia node (browser & nodejs) #39
Comments
For people without slack, or for after slack deletes the message, this is what it said:
|
The need for an IPNS example is mentioned here: ipfs/helia#43 The esbuild demo generates a link you can click to load content you just added to your local node from the public gateway. It's going to be hard from the browser because you either have to:
--
|
Maybe a dupe of #38 ? |
IIUC 2 should also be doable even without the private-to-private webrtc transport. For example: if a publicly reachable node (e.g. the kubo nodes currently running behind dweb.link) tries to fetch content from a browser and that browser node is connected to some relays the publicly reachable node can ask the browser to dial them back using WSS, WebTransport or browser-to-server webrtc Obviously private-to-private webrtc gives more connectivity in more environments which is 👍. It's also unintuitive for people to think that making themselves publicly accessible will result in them being able to retrieve more content, although it happens to be good for the network overall for more nodes to be publicly accessible so not such a bad result 🙃. |
can we get an ipfs funded circuitRelayServer to bootstrap browser-browser webrtc -> ipfs (and/or do other public relays exist?). I think an example of helia with autonat + circuitrelay using an ipfs-hosted bootstrap /webrtc/ multiaddr would increase new dev velocity ( I just went down this rabbit hole) |
AFAIK, this is fully unblocked, we just need to write up the example. |
FYI: I posted a reply to the discuss.ipfs.tech post regarding fetching content from a helia node. Please let me know if anyone tries it out and runs into issues. |
Not sure what the blockers are, but after a post in slack, I wanted to make sure we had an item tracking creating an example for this, and any blockers.
The text was updated successfully, but these errors were encountered: