节点 gcm 源码

上传:qqaccommodation1944 浏览: 7 推荐: 0 文件:ZIP 大小:4.6KB 上传时间:2021-04-08 07:16:29 版权申诉
节点-gcm Node.js上的“适用于Android的Google Cloud Messaging”界面 安装 通过 : $ npm install gcm 作为项目的子模块 $ git submodule add http://github.com/h2soft/node-gcm.git gcm $ git submodule update --init 用法 var GCM = require('gcm').GCM; var apiKey = ''; var gcm = new GCM(apiKey); var message = { registration_id: 'Device registration id', // required collapse_key: 'Collapse key', 'data.key1': 'value1',
上传资源
用户评论