-
Notifications
You must be signed in to change notification settings - Fork 116
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
docs: add FAQ #85
docs: add FAQ #85
Conversation
Refs #35 Adds answers to questions asked in that issue.
a7f5b51
to
03223e8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this a good start. I think there are other important questions though that we should answer like:
- why consider using Helia over js-ipfs
- why use Helia over the kubo-rpc-client
- what mechanisms does Helia have for content and peer routing?
- what data transports does Helia have
Basically I think we should extract out portions of https://blog.ipfs.tech/state-of-ipfs-in-js/ . Understood if that needs to happen in a followup.
@@ -29,7 +29,7 @@ | |||
|
|||
A lean, modular, and modern implementation of IPFS for the prolific JS and browser environments. | |||
|
|||
See the [Manifesto](./MANIFESTO.md) and the [State of IPFS in JS blog post from October 2022](https://blog.ipfs.tech/state-of-ipfs-in-js/) for more info. | |||
See the [Manifesto](./MANIFESTO.md), the [FAQ](./FAQ.md), and the [State of IPFS in JS blog post from October 2022](https://blog.ipfs.tech/state-of-ipfs-in-js/) for more info. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://blog.ipfs.tech/state-of-ipfs-in-js/ was a snapshot in time. I think we should extract ou the parts that are relevant that are still true. We can point back to it as a historical pointer, but I think that should be a "Related / Historial Items" section likely in the manifesto doc. I think we want this repo to represent the latest state of affairs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, maybe we can remove or update that in a different PR?
Co-authored-by: Steve Loeppky <[email protected]>
Refs #35