AntipaperLabs / impact

Impact CMS for Meteor.js
2 stars 1 forks source link

Workaround for client side operations on DB. #58

Open subhog opened 11 years ago

subhog commented 11 years ago

Right now, you cannot insert to mocked DB from client side. How to solve it neatly? There's an easy workaround by mocked server methods, but will it work without recreating collections each time?

Idea: _Collection method held on server puts all the created collections to some dictionary.

subhog commented 11 years ago

There was a bug. Check it again, should work.