DDP: Difference between revisions
Jump to navigation
Jump to search
(→Links) |
(→Tools) |
||
Line 9: | Line 9: | ||
=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 |
Revision as of 11:12, 14 December 2014
Distributed Data Protocol (DDP) is a protocol based on JSON, WebSockets and SockJS.
Links
- https://www.meteor.com/ddp
- https://github.com/meteor/meteor/blob/devel/packages/livedata/DDP.md
- https://meteorhacks.com/introduction-to-ddp.html