节点js中的Google Cloud Messaging

时间:2016-10-19 15:28:25

标签: node.js npm google-cloud-messaging

将GCM用于基于节点的应用程序需要遵循哪些步骤? 服务器端(节点js)和客户端(Android / iOS)都需要特定的代码吗?

1 个答案:

答案 0 :(得分:4)

  1. Android设备应将设备令牌发送到服务器以便能够接收通知。这里an example如何做。
  2. 获取gcm key从服务器发送推送。
  3. 使用npmUPDATE oc_product_gpf SET brand = '(select name from oc_manufacturer where manufacturer_id= (select manufacturer_id from oc_product where product_id = oc_product_gpf.product_id) )' WHERE oc_product_gpf.gpf_id =2454; 包与node.js app一起发送推送。
  4. 基本示例:

    node-gcm