1.1.0 • Published 5 years ago

ssb-promiscuous v1.1.0

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

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'))