node.js - Is there any implementation of push notification backed that I can readily use -


i'm working on pwa should implement push notification.

  1. i want subscribed users ( end points ) should added list in backed
  2. where notifications can pushed subscribers ( end points )
  3. 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:

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

Popular posts from this blog

4x4 Matrix in Python -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -

python - PyInstaller UAC not working in onefile mode -