Distributed Data Protocol: Difference between revisions
Appearance
Content deleted Content added
merge |
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
![]() | It has been suggested that this article be merged into Meteor (web framework). (Discuss) Proposed since 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
- ^ "Introducing DDP". Retrieved 2013-05-29.
- ^ "DDP Specification". Retrieved 2014-04-24.