注意:不再维护此 repo。
如果您遇到任何问题或想要最新版本,请访问
集合API
从 Meteor 客户端或服务器环境外部通过 HTTP/HTTPS 轻松对 Meteor 集合执行操作。
当前版本:0.1.15 (需要 Meteor v0.6.5+)
安装
用
$ mrt add collection-api
就这么简单! 请务必在上查看其他很酷的软件包。
快速使用
Players = new Meteor . Collection ( "players" ) ;
if ( Meteor . isServer ) {
Meteor . startup ( function ( ) {
// All values listed below are default
collectionApi = new CollectionAPI ( {
authTo
评论0
最新资源