0.15.0 • Published 8 years ago

libp2p-ipfs v0.15.0

Weekly downloads
16
License
MIT
Repository
github
Last release
8 years ago

libp2p-ipfs

npm.io

npm.io npm.io npm.io Build Status Coverage Status Dependency Status js-standard-style standard-readme compliant npm.io npm.io

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

Table of Contents

Install

npm

> npm i libp2p-ipfs

Use in Node.js

const lip2p = require('libp2p-ipfs')

Usage

API

Examples

  • 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

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

npm.io

License

MIT

0.15.0

8 years ago

0.14.1

8 years ago

0.14.0

8 years ago

0.13.0

8 years ago

0.12.1

8 years ago

0.12.0

8 years ago

0.11.0

8 years ago

0.10.1

8 years ago

0.10.0

8 years ago

0.9.0

8 years ago

0.8.1

8 years ago

0.8.0

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago