Distributed Data Protocol: Difference between revisions
Appearance
Content deleted Content added
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). |
No edit summary |
||
Line 1: | Line 1: | ||
'''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 |
'''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> |
||
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> |
Revision as of 12:57, 25 May 2016
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]
- ^ "Introducing DDP". Retrieved 2013-05-29.
- ^ "DDP Specification". Retrieved 2014-04-24.
External links