Distributed Data Protocol: Difference between revisions
Jump to navigation
Jump to search
(Created page with "https://meteorhacks.com/introduction-to-ddp.html DDP is the heart of MeteorJS and it’s the protocol Meteor uses to communicate between the client and the server.") |
No edit summary |
||
| Line 2: | Line 2: | ||
DDP is the heart of [[Meteor]]JS and it’s the protocol [[Meteor]] uses to communicate between the client and the server. |
DDP is the heart of [[Meteor]]JS and it’s the protocol [[Meteor]] uses to communicate between the client and the server. |
||
https://meteorhacks.com/discover-meteor-ddp-in-realtime.html |
|||
Latest revision as of 07:34, 16 June 2016
https://meteorhacks.com/introduction-to-ddp.html
DDP is the heart of MeteorJS and it’s the protocol Meteor uses to communicate between the client and the server.
https://meteorhacks.com/discover-meteor-ddp-in-realtime.html