// Bugout demo server API code
// Edit this to change the live API this server is running:
// respond to ping calls by sending back "pong"
b.register("ping", function(pk, args, cb) {
args["pong"] = true;
cb(args);
}, "Respond to ping with 'pong'.");
*BUGOUT* Server log started. This browser tab is running a Bugout server. This server's address: bJGsimPFboo7zqSBzEqgQExC7en14VNYg1 announcing...