【问题标题】:Is it Possible to Meteor.call({}) using DDP connection in Meteor?是否可以在 Meteor 中使用 DDP 连接进行 Meteor.call({})? 【发布时间】:2016-01-20 01:10:38 【问题描述】: 我想通过 DDP 连接使用远程连接访问数据, 我可以订阅通过远程连接发布的数据,但是我需要使用 Meteor.call() 从远程连接访问更多数据 【问题讨论】: this 够吗? 标签: mongodb meteor ddp 【解决方案1】: 没用过这个,你可以看看 http://docs.meteor.com/#/full/ddp_connect 【讨论】: