Skip to content

Commit

Permalink
feat: share IPFS node between browser tabs (#3081)
Browse files Browse the repository at this point in the history
This pull request adds 3 (sub)packages:

1. `ipfs-message-port-client` - Provides an API to an IPFS node over the [message channel][MessageChannel].
2. `ipfs-message-port-server` - Provides an IPFS node over [message channel][MessageChannel].
3. `ipfs-message-port-protocol` - Shared code between client / server mostly related to wire protocol encoding / decoding.

Fixes #3022

[MessageChannel]:https://developer.mozilla.org/en-US/docs/Web/API/MessageChannel

Co-authored-by: Marcin Rataj <lidel@lidel.org>
Co-authored-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
3 people authored Jul 27, 2020
1 parent 136b4f7 commit 802ac31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"form-data": "^3.0.0",
"ipfs-core-utils": "^0.3.0",
"ipfs-utils": "^2.2.2",
"ipld-block": "^0.9.1",
"ipld-dag-cbor": "^0.15.2",
"ipld-block": "^0.9.2",
"ipld-dag-cbor": "^0.15.3",
"ipld-dag-pb": "^0.19.0",
"ipld-raw": "^5.0.0",
"iso-url": "^0.4.7",
Expand All @@ -67,7 +67,7 @@
"nanoid": "^3.0.2",
"node-fetch": "^2.6.0",
"parse-duration": "^0.4.4",
"stream-to-it": "^0.2.0"
"stream-to-it": "^0.2.1"
},
"devDependencies": {
"aegir": "^23.0.0",
Expand Down

0 comments on commit 802ac31

Please sign in to comment.