This module has been deprecated in favour of:
- Consolidating examples for libp2p on js-libp2p
- Avoid duplication of code
- Reducing overhead in maintainece. Now the bundles live in js-ipfs itself, see - https://github.com/ipfs/js-ipfs/tree/master/src/core/runtime
- Now all of the tests live in https://github.com/libp2p/js-libp2p/tree/master/test
libp2p build (module) used in js-ipfs when running it on the browser. If you are looking for the version to be used in Node.js, see libp2p-ipfs-nodejs.
This libp2p build has support for:
- WebSockets and WebRTC
- SPDY and mplex stream multiplexing
- secio encrypted channels
- Identify STUN protocol
npm install --save libp2p-ipfs-browser
const Node = require('libp2p-ipfs-browser')
API docs can be found at https://github.com/libp2p/js-libp2p#usage
Feel free to join in. All welcome. Open an issue!
This repository falls under the IPFS Code of Conduct.