You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
> Is there WebRTC support for js-ipfs with Node.js?
374
+
375
+
Yes there is, however, Linux and Windows support is limited/unstable. For Linux users, you need to follow the install the extra packages for Linux listed on the [`wrtc` npm page](http://npmjs.org/wrtc) and then, when doing initing the repo, do:
376
+
377
+
```sh
378
+
> IPFS_WRTC_LINUX_WINDOWS=1 jsipfs init
379
+
```
380
+
381
+
This will create a repo with a config file that contains a WebRTC multiaddr.
0 commit comments