ssb-promiscuous

1.1.0 • Public • Published

ssb-promiscuous

This plugin makes all the local instances to be automatically befriended and synchronize their feeds. It is used in conjunction with ssb-lan and ssb-friends and doesn't need much more than to be included in the list of plugins to use.

var CreateSBot = SecretStack()
 .use(require('ssb-db'))
 .use(require('ssb-conn'))
 .use(require('ssb-lan'))))
 .use(require('ssb-replicate'))
 .use(require('ssb-friends'))
 .use(require('ssb-promiscuous'))

Package Sidebar

Install

npm i ssb-promiscuous

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

2.19 kB

Total Files

3

Last publish

Collaborators

  • gmarcos87