libp2p build (module) used in js-ipfs
This libp2p build has support for:
- TCP and WebSockets
- SPDY stream multiplexing
- secio encrypted channels
- Identify STUN protocol
> npm i libp2p-ipfs
const lip2p = require('libp2p-ipfs')
- Start two libp2p Nodes (create and make them listen)
- Set up a handler for a protocol (through multistream)
- Dial from one Node to the other using just one transport (TCP or uTP, and without SPDY or Yamux)
- Dial from one Node to the other using one transport and one Stream Multiplexer
- Dial from one Node to the other having set up secio
Feel free to join in. All welcome. Open an issue!
This repository falls under the IPFS Code of Conduct.