Skip to content

Instantly share code, notes, and snippets.

@indolering
Created May 17, 2014 01:02
Show Gist options
  • Save indolering/74dfecdb320134f9e2e0 to your computer and use it in GitHub Desktop.
Save indolering/74dfecdb320134f9e2e0 to your computer and use it in GitHub Desktop.
tempdb.replicate.to('http://localhost:5984/namecoin')
.on('error', function (err, resp) {
console.log("err", err, "resp", resp);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment