How to reactively aggregate mongodb in meteor

前端 未结 2 1375
一向
一向 2021-01-28 06:35

I am newbie to meteor. I had established the publish / subscribe concept. I am facing the following error while performing aggregation reactively.

client code :

2条回答
  •  日久生厌
    2021-01-28 07:12

    I made an NPM package here: meteor-publish-join. Its main purpose is to publish expensive-aggregated values after a certain amount of time. Hope it will help in your case.

提交回复
热议问题