Push notifications for socket.io
npm install push-notificationsPush Notification library written on top of socket.io
Send push notifications to clients in node.js.
###SERVER
- var pushNotifications = require("push-notifications")
- pushNotifications.push(socket, options)
- title : Title of the Notification
- body : Body of the notification
- icon : Link to the image of the icon
##CLIENT
- include notificationLogger.js
-
-
Works best on latest versions of Google Chrome, Firefox and Safari.