git ssb

0+

cel / ssb-clingy



Tree:
📄.gitignore
📄Readme.md
📄index.js
📄package.json
Readme.md

ssb-clingy

Behaviour change plugin for scuttlebutt - follows back anyone who manages to connect

Install

ssb-server plugins.install ssb-clingy
// add plugins
Server
  .use(require('ssb-clingy'))
  .use(require('ssb-gossip'))
  .use(require('ssb-replicate'))
  .use(require('ssb-friends'))
 ...

var server = Server(config)

TODO

License

MIT

Built with git-ssb-web