node.js - Is there any implementation of push notification backed that I can readily use -
i'm working on pwa should implement push notification.
- i want subscribed users ( end points ) should added list in backed
- where notifications can pushed subscribers ( end points )
- when user unsubscribed end point entry should removed
is there readily available nodejs or other implementation no need write end code ?
there few node modules can use simplify job if you're going implement yourself:
- https://www.npmjs.com/package/push-notification
- https://www.npmjs.com/package/node-pushnotifications
- https://www.npmjs.com/package/push-notify
- https://www.npmjs.com/package/node-pn
there project:
push server cross-plateform push server based on node-apn , node-gcm. push server supports ios (apn) , android (gcm) platforms. uses mongodb store push tokens. note server not meant used front facing server there's no particular security implemented.
Comments
Post a Comment