Using Meteor's client side DDP protocol and Minimongo

Hi all,

I want ti use Meteor’s client side DDP protocol and Minimongo in my existing project .
I found out here https://github.com/idanwe/meteor-client-side a ready scripts list to use the Meteor server side , I added it to my project.
When I run the Meteor server (e.g at localhost:3000) and added a collection in the global scope , I can’t see the collection in my project where I used only the ddp client side. I noticed that the my project do get notifications via websocket on the added documents but can’t find them in the client side.

Thanks in advance …