Jump to content

Distributed Data Protocol: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Reverting possible vandalism by 180.151.79.74 to version by 69.191.176.33. Report False Positive? Thanks, ClueBot NG. (2756959) (Bot)
No edit summary
Line 8: Line 8:


[[Category:Application layer protocols]]
[[Category:Application layer protocols]]
[[Category:Instant messaging protocols]]



{{computer-stub}}
{{computer-stub}}

Revision as of 22:18, 4 January 2017

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.