DDP: Difference between revisions

From air
Jump to navigation Jump to search
(Created page with "Distributed Data Protocol (DDP) is a protocol based on JSON, WebSockets and SockJS. =Links= * https://meteorhacks.com/introduction-to-ddp.html =Tools= * CLI for DDP htt...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Distributed Data Protocol (DDP) is a protocol based on JSON, WebSockets and [[SockJS]].
Distributed Data Protocol (DDP) is a protocol based on JSON, WebSockets and [[SockJS]].

DDP is a part of the [[Meteor]] framework.


=Links=
=Links=
* https://www.meteor.com/ddp
* https://github.com/meteor/meteor/blob/devel/packages/livedata/DDP.md
* https://meteorhacks.com/introduction-to-ddp.html
* https://meteorhacks.com/introduction-to-ddp.html
* Java DDP Client https://github.com/kenyee/java-ddp-client



=Tools=
=Tools=
* CLI for DDP https://github.com/EventedMind/meteor-ddp-tools
* CLI for DDP https://github.com/EventedMind/meteor-ddp-tools
* DDP Analyzer https://github.com/arunoda/meteor-ddp-analyzer https://meteorhacks.com/discover-meteor-ddp-in-realtime.html

Latest revision as of 14:53, 30 September 2016