如何在sails js中配置node-pushserver?

时间:2015-07-17 13:09:50

标签: node.js push-notification sails.js sails-mongo sails.io.js

我正在使用与mongodb的sails js。我需要为android和ios实现推送通知。我该如何实现它。我在互联网上搜索了许多关于sails js中的推送通知的东西,但我没有找到任何有用的资源来实现sails js中的推送通知。我尝试了节点推送服务器,但没有得到如何在sails js中配置node-pushserver,所以任何人都可以帮助我。

1 个答案:

答案 0 :(得分: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.