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.