如何发送推送通知 node.js everlive

How to send push notification node.js everlive

我想用 node.js 推送通知,但是 node.js 中的模块没有发送方法。

像本文档一样使用通知对象:http://docs.telerik.com/platform/backend-services/development/javascript-sdk/push-notifications/sending-push-from-client

el.data('Push/Notifications').create(notification, function(data) {
                        console.log(data);
                    }, function(e) {
                        console.log(e);
                    });