如何发送推送通知 node.js everlive
How to send push notification node.js everlive
我想用 node.js 推送通知,但是 node.js 中的模块没有发送方法。
el.data('Push/Notifications').create(notification, function(data) {
console.log(data);
}, function(e) {
console.log(e);
});
我想用 node.js 推送通知,但是 node.js 中的模块没有发送方法。
el.data('Push/Notifications').create(notification, function(data) {
console.log(data);
}, function(e) {
console.log(e);
});