【问题标题】:Push notification system in Nodejs with Android and iOS带有 Android 和 iOS 的 Nodejs 中的推送通知系统
【发布时间】:2017-07-14 10:08:19
【问题描述】:

我想在nodejs创建一个推送通知系统,它适用于iOSAndroid。我一直在寻找,目前正在考虑这个:

http://devcenter.kinvey.com/nodejs/guides/push

任何一直在从事此类工作的人都可以告诉我实现它的最佳方法是什么吗?

【问题讨论】:

标签: android ios node.js push-notification


【解决方案1】:

我认为最好的方法是使用 Firebase Cloud Message (FCM),您可以通过 Firebase SDK 提供的 fcm_token 向您的 Android 和 iOS 设备发送通知。这是 Google 解决方案,使用简单。

https://firebase.google.com/docs/cloud-messaging/?refresh=1

如果您不喜欢 Google,这是另一个 100% 免费选项,可让您做同样的工作,One Signal。

https://onesignal.com/

【讨论】:

    【解决方案2】:

    另一个商业选项是 Twilio:https://www.twilio.com/docs/notify/send-notifications

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-12-12
      • 2017-04-22
      • 2016-03-16
      • 2016-04-20
      • 2014-02-06
      相关资源
      最近更新 更多