mondora / asteroid

An alternative client for a Meteor backend
MIT License
734 stars 101 forks source link

Comparison with eddflrs's meteor-ddp #58

Open dandv opened 9 years ago

dandv commented 9 years ago

Hi @pscanf,

I was looking at the Meteorpedia list of DDP clients implemented in JavaScript and saw Asteroid along with @eddflrs's meteor-ddp. Since meteor-ddp already existed when you started this project, I was wondering what the reasons were for creating a new implementation, and how Asteroid compares with Meteor-DDP.

Thanks, Dan

leoetlino commented 9 years ago

I can see at least one difference (that matters for me): Asteroid supports basic MongoDB-like selectors, while you're limited to getting documents by their IDs in meteor-ddp.