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

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -