libp2p build (module) used in js-ipfs when running it on the browser.
This libp2p build has support for:
- WebSockets and WebRTC
- SPDY stream multiplexing
- secio encrypted channels
- Identify STUN protocol
npm install --save libp2p-ipfs-browser
const libp2p-ipfs-browser = require('libp2p-ipfs-browser')
libp2p-ipfs-browser.start()
This will create a new instance of an events
EventEmitter
.
Feel free to join in. All welcome. Open an issue!
This repository falls under the IPFS Code of Conduct.