Jump to content

Distributed Data Protocol: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 3: Line 3:
The DDP Specification is located on GitHub.<ref>{{cite web | url=https://github.com/meteor/meteor/blob/master/packages/ddp/DDP.md | title=DDP Specification | accessdate=2014-04-24}}</ref>
The DDP Specification is located on GitHub.<ref>{{cite web | url=https://github.com/meteor/meteor/blob/master/packages/ddp/DDP.md | title=DDP Specification | accessdate=2014-04-24}}</ref>
{{Reflist}}
{{Reflist}}
ye i know


== External links ==
== External links ==

Revision as of 12:24, 13 September 2016

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]

The DDP Specification is located on GitHub.[2]

  1. ^ "Introducing DDP". Retrieved 2013-05-29.
  2. ^ "DDP Specification". Retrieved 2014-04-24.

ye i know