Jump to content

Distributed Data Protocol: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Added information for someone to update the article.
Undid revision 655723564 by 50.78.248.202 (talk) Remove paragraph that should have been in Talk (but there already is a DDP disambiguation page anyway).
Line 7: Line 7:
* https://github.com/meteor/meteor/blob/master/packages/ddp/DDP.md
* https://github.com/meteor/meteor/blob/master/packages/ddp/DDP.md


== DDP needs a disambiguation ==
https://tools.ietf.org/html/rfc5042 || Direct Data Placement Protocol (The official IETF standard)
http://www.3waylabs.com/ddp/ || Distributed Display Protocol
[[Category:Application layer protocols]]
[[Category:Application layer protocols]]



Revision as of 21:58, 27 May 2015

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.