4 ms·
Yes, new DDP.
by jcarden 14y ago
Yes, new DDP.
- wasd 14y agoDo you mind me giving me an explain it like I'm 5 for DDP?
- emgee3 14y agohttp://meteor.com/blog/2012/03/21/introducing-ddp http://meteor.com/blog/2012/03/21/introducing-ddp Basically, it's a protocol for a client to subscribe to and receive live data updates from a Meteor server, plus the ability to call server-side methods. By implementing a DDP client (which could be in Java, iOS or whatever -- not just Javascript) you can interact with a server running Meteor.