git ssb

1+

mixmix / scuttle-shell



Tree: 4829e1570bc2557c4ca55113e3e7d4ffff3fd4e9

Files: 4829e1570bc2557c4ca55113e3e7d4ffff3fd4e9 / examples / launch_sbot_custom_plugin.js

248 bytesRaw
1let scuttleshell = require("../server")
2
3console.log("Starting sbot, quitting after 30 seconds")
4console.log("open http://localhost:8989/get-address")
5scuttleshell.start(false, ["./examples/service-discovery"])
6
7setTimeout(scuttleshell.stop, 30000)

Built with git-ssb-web