dat-swarm-defaultsdeprecated

Dat Defaults for Discovery Swarm

Usage no npm install needed!

<script type="module">
  import datSwarmDefaults from 'https://cdn.skypack.dev/dat-swarm-defaults';
</script>

README

deprecated

More info on active projects and modules at dat-ecosystem.org


Dat Swarm Defaults

npm travis standard

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

Using Other Discovery Servers

Run discovery servers with 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('discovery-swarm')
var defaults = require('dat-swarm-defaults')

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

License

MIT