meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 367 forks source link

how can i get the collection through python-ddp #190

Closed aurora5161 closed 7 years ago

aurora5161 commented 7 years ago

[](dear author: Thank you for your contributions. I was trying to use python to get collections on server through python-ddp,but I can't get any data.Besides,I test other meteor application,such as simple -todos from official site and I can get data from the server. Maybe the collection has some safety measures,could you do me a favor ? Thank you very much.

ps: my python-meteor refers to https://github.com/hharnisc/python-meteor

abernix commented 7 years ago

This is a question that doesn't really belong here. I believe the DDP docs would be the most helpful for you though:

In addition to the docs, please consult the Meteor forums or Stack Overflow tagged with meteor.