Jump to content

Distributed Data Protocol

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BG19bot (talk | contribs) at 09:13, 7 March 2014 (WP:CHECKWIKI error fix for #61. Punctuation goes before References. Do general fixes if a problem exists. - using AWB (9970)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Distributed Data Protocol (or DDP) is a client-server protocol for querying and updating a server-side database and for synchronizing such updates among clients. It uses the publish-subscribe messaging pattern. It was created for use by the Meteor Javascript framework.[1]

You can find the DDP Specification on GitHub.[2]

  1. ^ "Introducing DDP". Retrieved 2013-05-29.
  2. ^ "DDP Specification". Retrieved 2014-03-06.