I have this web app I’m developing where everything needs to be done on the client side, in fact a requirement is that the app should run hosted as a static page on GitHub Pages. So my question basically are as follows
-
Is there a way to make a IPFS node run locally on the web browser?
-
Where is stored the data the page uploads to the IPFS network?
-
Is the data available even when I close the web browser, and there are no more instances of the web app running?
Any thought or comment is much welcome.