Distributed Data Protocol
Appearance
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].
You can find the DDP Specification on GitHub[2].
- ^ "Introducing DDP". Retrieved 2013-05-29.
- ^ "DDP Specification". Retrieved 2014-03-6.
{{cite web}}
: Check date values in:|accessdate=
(help)