2.0.0 • Published 4 years ago

dweb-swarm-defaults v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

DWeb Swarm Defaults

npm travis standard

Use DWeb defaults for dns and dht servers in dweb-discovery or dweb-discovery-swarm. The dns and dht servers are used to discover other peers.

Using Other Discovery Servers

Run discovery servers with dweb-dns-discovery or a bittorrent-dht server (such as https://github.com/hyperswarm/dht).

Usage

Create a config object and pass it to discovery swarm.

Any options you specify will overwrite the defaults. See discovery swarm for options.

var Swarm = require('dweb-discovery-swarm')
var defaults = require('dweb-swarm-defaults')

var config = defaults({
  stream: function () {
    return drive.createPeerStream()
  }
})
var swarm = Swarm(config)

License

MIT