Hacker News new | ask | show | jobs
by jcarden 4861 days ago
Yes, new DDP.
1 comments

Do you mind me giving me an explain it like I'm 5 for 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.