Jump to content

Distributed Data Protocol: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
merge
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Merge to}}
Line 1: Line 1:
{{merge to|Meteor (web framework)}}
{{merge to|Meteor (web framework)|date=July 2019}}
'''Distributed Data Protocol''' (or '''DDP''') is a [[client-server]] [[communications protocol|protocol]] for querying and updating a server-side database and for synchronizing such updates among clients. It uses the [[publish-subscribe pattern|publish-subscribe]] messaging pattern. It was created for use by the [[Meteor (web framework)|Meteor JavaScript framework]].<ref>{{cite web | url=http://meteor.com/blog/2012/03/21/introducing-ddp | title=Introducing DDP | accessdate=2013-05-29}}</ref>
'''Distributed Data Protocol''' (or '''DDP''') is a [[client-server]] [[communications protocol|protocol]] for querying and updating a server-side database and for synchronizing such updates among clients. It uses the [[publish-subscribe pattern|publish-subscribe]] messaging pattern. It was created for use by the [[Meteor (web framework)|Meteor JavaScript framework]].<ref>{{cite web | url=http://meteor.com/blog/2012/03/21/introducing-ddp | title=Introducing DDP | accessdate=2013-05-29}}</ref>



Revision as of 05:48, 17 July 2019

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]

References

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