Distributed Data Protocol: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
→External links: Pruned EL section to meet WP:EL |
||
Line 4: | Line 4: | ||
{{Reflist}} |
{{Reflist}} |
||
== External links == |
|||
* https://github.com/meteor/meteor/blob/master/packages/ddp/DDP.md |
|||
[[Category:Application layer protocols]] |
[[Category:Application layer protocols]] |
Revision as of 09:36, 24 November 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]
- ^ "Introducing DDP". Retrieved 2013-05-29.
- ^ "DDP Specification". Retrieved 2014-04-24.