libp2p-railing

Node.js IPFS Implementation of the railing process of a Node through a bootstrap peer list

WARNING: This project has been renamed to libp2p-bootstrap. Install using libp2p-bootstrap instead.
Last updated 6 years ago by vascosantos .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install libp2p-railing 
SYNC missed versions from official npm registry.

js-libp2p-railing

Coverage Status Travis CI Circle CI Dependency Status js-standard-style

JavaScript libp2p Implementation of the railing process of a Node through a bootstrap peer list

Lead Maintainer

Vasco Santos.

Usage

const Railing = require('libp2p-railing')

const options = {
  list: <List of Multiaddrs>
  interval: 5000 // ms, default is 10s
}

const b = new Railing(options)

b.on('peer', function (peerInfo) {
  // found a new peer
})

b.start()

Current Tags

  • 0.9.2                                ...           latest (6 years ago)

19 Versions

  • 0.9.2 [deprecated]           ...           6 years ago
  • 0.9.1                                ...           7 years ago
  • 0.9.0                                ...           7 years ago
  • 0.8.1                                ...           7 years ago
  • 0.8.0                                ...           7 years ago
  • 0.7.1                                ...           7 years ago
  • 0.7.0                                ...           7 years ago
  • 0.6.1                                ...           7 years ago
  • 0.6.0                                ...           7 years ago
  • 0.5.2                                ...           7 years ago
  • 0.5.1                                ...           8 years ago
  • 0.5.0                                ...           8 years ago
  • 0.4.3                                ...           8 years ago
  • 0.4.2                                ...           8 years ago
  • 0.4.1                                ...           8 years ago
  • 0.4.0                                ...           8 years ago
  • 0.3.0                                ...           8 years ago
  • 0.2.1                                ...           9 years ago
  • 0.2.0                                ...           9 years ago
Downloads
Total 2
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (6)
Dev Dependencies (3)

© 2010 - cnpmjs.org x YWFE | Home | YWFE