Skip to content

Instantly share code, notes, and snippets.

@gritzko
Last active August 29, 2015 14:07
Show Gist options
  • Save gritzko/b6a06d27627f37386c9d to your computer and use it in GitHub Desktop.
Save gritzko/b6a06d27627f37386c9d to your computer and use it in GitHub Desktop.
TodoApp.prototype.initSwarm = function () {
this.storage = new Swarm.SharedWebStorage ('webst', {persistent:true});
this.host = Swarm.env.localhost = new Swarm.Host (this.ssnid, '', this.storage);
this.wsServerUri = 'ws://'+window.location.host;
this.host.connect (this.wsServerUri, {delay: 50});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment