DDP: Difference between revisions
Jump to navigation
Jump to search
(→Links) |
(→Links) |
||
Line 7: | Line 7: | ||
* https://github.com/meteor/meteor/blob/devel/packages/livedata/DDP.md |
* 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= |
Latest revision as of 14:53, 30 September 2016
Distributed Data Protocol (DDP) is a protocol based on JSON, WebSockets and SockJS.
DDP is a part of the Meteor framework.
Links
- https://www.meteor.com/ddp
- https://github.com/meteor/meteor/blob/devel/packages/livedata/DDP.md
- https://meteorhacks.com/introduction-to-ddp.html
- Java DDP Client https://github.com/kenyee/java-ddp-client