AgregoreWeb / agregore-browser

A minimal browser for the distributed web (Desktop version)
https://www.youtube.com/watch?v=TnYKvOQB0ts&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=14
GNU Affero General Public License v3.0
741 stars 66 forks source link

Run native go-ipfs daemon #133

Closed RangerMauve closed 2 years ago

RangerMauve commented 2 years ago

At the moment we've got a bunch of issues with IPFS like #130 and #109 that are likely to do with js-ipfs just not being as stable or reliable as go-ipfs.

Luckily, we can embed a go-ipfs daemon into a nodejs project pretty easily with the npm-go-ipfs module.

Here's what we'll need to do:

This should give us all the reliability of go-ipfs without needing to change much of the code.

Down the help anyone that's intersted in getting their hands a bit dirty with JS work.

RangerMauve commented 2 years ago

Oh whoops, this is done. :P