-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: js-ipfs works inside a service worker!
- Loading branch information
Showing
13 changed files
with
102 additions
and
155,737 deletions.
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
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 |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# ipfs-service-worker | ||
Run an IPFS node inside a service worker and serve all your IPFS Urls directly from IPFS! | ||
# Use `js-ipfs` within a service worker | ||
|
||
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) | ||
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) | ||
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) | ||
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) | ||
[![Build Status](https://travis-ci.org/ipfs/ipfs-service-worker.svg?style=flat-square)](https://travis-ci.org/ipfs/ipfs-service-worker) | ||
[![Coverage Status](https://coveralls.io/repos/github/ipfs/ipfs-service-worker/badge.svg?branch=master)](https://coveralls.io/github/ipfs/ipfs-service-worker?branch=master) | ||
[![Dependency Status](https://david-dm.org/ipfs/ipfs-service-worker.svg?style=flat-square)](https://david-dm.org/ipfs/ipfs-service-worker) | ||
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) | ||
![](https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square) | ||
![](https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square) | ||
|
||
> Run an IPFS node inside a service worker and serve all your IPFS Urls directly from IPFS! | ||
# BEWARE BEWARE there may be dragons! 🐉 | ||
|
||
This module is still experimental because it is indeed an experiment part of the https://github.com/ipfs/in-web-browsers endeavour. | ||
|
||
# Usage | ||
|
||
This module requires `js-ipfs v0.24.0 or higher` |
File renamed without changes.
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
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
Oops, something went wrong.