I watched the video where they demonstrate how the MongoDB API is available from the client. This is really great...
Except that now I am wondering: How secure my meteor application really is?
If any client can access the persistent API how does one secure his application ?
Meteor.call) and not setup db references on the client? Or I guess those would probably still be exposed from the server... – dsummersl Apr 20 '12 at 13:23