Skip to content

Instantly share code, notes, and snippets.

@joakim
Last active August 29, 2015 14:06
Show Gist options
  • Save joakim/24237914c6c178e424c3 to your computer and use it in GitHub Desktop.
Save joakim/24237914c6c178e424c3 to your computer and use it in GitHub Desktop.
A short text about Tent's posts, subscriptions and push model

Tent is data-agnostic. All your data is stored as posts in your account on your Tent provider's server. Posts can be private or public, you decide who gets access to what.

Other Tent users may subscribe to your posts (the ones they have access to), and your Tent provider will then push any new posts you create to your subscribers. You subscribe by specifying what type of data you're interested in, and receive only posts matching that query.

This is in contrast to the web, where the browser usually goes out and actively fetches data from a server (i.e. pull). Tent's push model has many advantages and opens up some interesting possibilities for developers. Even so, it's not going to replace the web any time soon, but rather compliment the web in the areas where it comes up short.

Tent is a protocol that operates alongside the web and email, as an alternative decentralized and secure communication channel on the Internet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment