我正在使用带有 mongodb 的 Sails js。我需要为 android 和 ios 实现推送通知。我该如何实现它。我在互联网上搜索了很多关于sails js 中的推送通知的东西,但我没有找到任何有用的资源来实现sails js 中的推送通知。我尝试了节点推送服务器,但没有得到如何在 Sails js 中配置节点推送服务器,所以任何人都可以帮我解决这个问题。
问问题
307 次
1 回答
1
Maxime Robert 在 git hub 上回答了我的上述问题。
在这里我粘贴答案只是因为它可能对面临类似问题的其他人有用。
Hi,
node-pushserver is NOT in sails.js and shouldn't be hard-linked to any other
development.
It is meant to be used as a standalone application requiring node.js and
mongodb as dependencies.
Your application should only interact with node-pushserver via its REST API.
于 2015-07-22T09:36:46.670 回答