Update from Forestry.io

Eric Ronne updated src/_blog/ipfs-browser-connectivity-walkthrough.md
This commit is contained in:
Eric Ronne
2021-12-01 00:14:26 +00:00
committed by Forestry.io
parent 84b5846bf5
commit 13ed7b3f5d
@@ -11,7 +11,7 @@ tags:
- browsers
---
_![](../assets/ipfs-chat-tute-01.jpg)![](../assets/ipfs-chat-tute-02.jpg)![](../assets/ipfs-chat-tute-03.jpg)![](../assets/ipfs-chat-tute-04.jpg)![](../assets/ipfs-chat-tute-05.jpg)![](../assets/ipfs-chat-tute-06.jpg)![](../assets/ipfs-chat-tute-07.jpg)![](../assets/ipfs-chat-tute-08.jpg)From HackFS: Ryan Baumann from IPFS walks through the basics of browser integration using IPFS. This talk was delivered at HackFS, a three-week virtual hackathon dedicated to building a censorship-free decentralized internet. The complete discussion is_ [_available here_](https://www.youtube.com/watch?v=xZiN9dLvMoU&list=PLXzKMXK2aHh5iq_crvYF76EmPsZgcgLki&index=3)_._
_From HackFS: Ryan Baumann from IPFS walks through the basics of browser integration using IPFS. This talk was delivered at HackFS, a three-week virtual hackathon dedicated to building a censorship-free decentralized internet. The complete discussion is_ [_available here_](https://www.youtube.com/watch?v=xZiN9dLvMoU&list=PLXzKMXK2aHh5iq_crvYF76EmPsZgcgLki&index=3)_._
The future of the internet is the decentralized web, but getting there requires infrastructure. At the heart of this infrastructure is IPFS, the InterPlanetary File System. Together with its name resolution system INFS (Interplanetary Name System), it presents a new way to hold and distribute content to browsers known as [content addressing](https://blog.ipfs.io/2021-06-03-ipfs-filecoin-content-persistence/).
@@ -19,7 +19,7 @@ Under this paradigm, data can be retrieved from wherever it is stored across the
What this means for the average app developer is that instead of hosting an app and its requisite data on a centralized server, they can now upload their app to IPFS and run it directly from a decentralized storage network. This post takes a look at developing web browser interconnectivity through IPFS by putting together a very basic chat interface.
@[youtube](xZiN9dLvMoU)
**Watch:** [**IPFS Browser Connectivity Walkthrough**](https://www.youtube.com/watch?v=xZiN9dLvMoU&list=PLXzKMXK2aHh5iq_crvYF76EmPsZgcgLki&index=3)
The best way to stay up to date with this browser connectivity guide for a simple chat interface is in the IPFS [documentation](https://docs.ipfs.io/how-to/create-simple-chat-app/).