-
Notifications
You must be signed in to change notification settings - Fork 26
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: (de-scoping) first pass at updating the IPFS in Web Browsers Roadmap #23
Closed
daviddias
wants to merge
1
commit into
roadmap-wg-integration-web-browsers
from
de-scoping-wg-IPFS-IN-WEB-BROWSERS
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,56 +4,35 @@ | |
|
||
**Responsibilities** | ||
|
||
*Browser Users* - Browser extension exposes IPFS features in a robust and intuitive form | ||
*Web Developers* - Ensure smooth experience for web developers in browser contexts | ||
*Browser Vendors* - Browser developers are addressing requirements of the distributed web | ||
- *Browser Users* - Browser extension exposes IPFS features in a robust and intuitive form | ||
- *Web Developers* - Ensure smooth experience for web developers in browser contexts | ||
- *Browser Vendors* - Browser developers are addressing requirements of the distributed web | ||
|
||
**Current Projects** | ||
|
||
- [IPFS in Web Browsers](https://github.com/ipfs/in-web-browsers) - Coordination point (tracking via issues) | ||
- [IPFS Companion](https://github.com/ipfs/ipfs-companion) - Browser extension that brings IPFS integrations | ||
|
||
- [IPFS in Web Browsers](https://github.com/ipfs/in-web-browsers) - Coordination point (tracking via issues) | ||
- [IPFS Companion](https://github.com/ipfs/ipfs-companion) - Browser extension that brings IPFS integrations | ||
- Lead IPFS Integration in Brave | ||
- Support libdweb | ||
|
||
## 🚀 Major 2019 Goals | ||
|
||
1. Push forward new web standards for decentralized web | ||
2. Remove obstacles from using IPFS in Web Applications and make the whole experience feel trivial | ||
3. Incentivize users to install and use IPFS Companion. | ||
1. Push forward new web standards for decentralized web | ||
2. Remove obstacles from using IPFS in Web Applications and make the whole experience feel trivial | ||
3. Incentivize users to install and use IPFS Companion. | ||
|
||
## 💎 Milestones | ||
|
||
### 🔄 Decentralized Web | ||
|
||
#### Foundation | ||
|
||
- `M(P0)` Base32 CIDv1 is the default and can be used as authority in URLs | ||
- `M(P0)` Drop-in API Provider library is the default way of integrating IPFS with web apps and browser extensions | ||
- `M(P0)` HTTP/WS /api/v1/ with proper access controls exists | ||
- `M(P1)` Docs or guidebook of developer best practices for writing decentralised web apps exists. | ||
- `M(PX)` It is possible to verify integrity of HTTP Gateway Responses | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I feel this ability is highly relevant to Package Managers
This should be on someones roadmap for 2019. If Web Browsers WG not a good home for this, we perhaps we should move it to Package Managers WG itself? |
||
- `M(PX)` URIs are officially registered (IANA etc) | ||
|
||
#### Amazement | ||
|
||
- `M(P1)` Having IPFS Companion installed is enough to create and publish a website on IPFS | ||
- `M(PX)` A complete snapshot of a web page can be saved to IPFS and shared with one click | ||
|
||
## 🗂 Large files | ||
|
||
#### Amazement | ||
|
||
- `M(P1)` IPFS Companion enables real-time, bidirectional file sharing between two or more people over the internet | ||
- `M(P1)` IPFS Companion enables ad-hoc transfer between two people over local network | ||
|
||
## 📦 Package managers | ||
|
||
#### Foundation | ||
|
||
- `M(P1)` Free and Open IPFS-powered CDN for JS libs exists | ||
- `M(P0)` Base32 CIDv1 is the default and can be used as authority in URLs | ||
- `M(P1)` Free and Open IPFS-powered CDN for JS libs exists, making pages load faster and offline | ||
|
||
## 🧠 Strategic Projects | ||
## 🤝 Supporting Partners and Users | ||
|
||
- `M(P0)` Collaboration on libdweb results in landing vital APIs into Firefox | ||
- `M(P0)` IPFS is a viable distribution channel for Signed HTTP Exchanges | ||
- `M(P0)` Brave browser ships with embedded IPFS | ||
- `M(P0)` Collaboration on libdweb results in landing vital APIs into Firefox | ||
- `M(P0)` IPFS is a viable distribution channel for Signed HTTP Exchanges | ||
- `M(P0)` Brave browser ships with embedded IPFS | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Lack of good solution is this space is already hurting adoption. We really should address this in 2019.
This could be framed as a part of Package Managers' "Foundation", maybe something like this:
(In simple terms, we are talking about service worker that intercepts
/ipfs/cid/some.min.js
and loads it from the best IPFS provider at hand: js-ipfs, ipfs-companion, local go-ipfs, public gateway)