Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 3386978

Browse files
committed
give a note about the signalling server
1 parent 33ec323 commit 3386978

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/transfer-files/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
> Welcome! This tutorial will help you a tiny web application where you can fetch and add files to IPFS and transfer these between a go-ipfs node and a js-ipfs node.
44
5-
There is a couple of caveats:
5+
There are a couple of caveats:
66

77
- js-ipfs currently doesn't support DHT peer discovery, the peer from which you are fetching data should be within the reach (local or in public IP) of the browser node.
8+
- We need to use a signalling server to establish the WebRTC connections, this won't be necessary as soon as libp2p-relay gets developed
89
- [full go-ipfs interop is not complete yet, blocked by an interop stream multiplexer](https://github.com/ipfs/js-ipfs/issues/721)
910

1011
That being said, we will explain throughout this tutorial to circunvent the caveats and once they are fixed, we will update the tutorial as well.

0 commit comments

Comments
 (0)