Jump to content

Distributed Data Protocol: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
External links: Pruned EL section to meet WP:EL
merge
Line 1: Line 1:
{{merge to|Meteor (web framework)}}
'''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 (platform)|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>


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}}


== References ==
{{Reflist}}





Revision as of 03: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.