/push-rest

Web push notification web service is used for broadcasting short messages to your subscribed users, no need to third party services for web push notification.it is totally independent own managed web push notification web service.

Primary LanguageJavaScript

Command are git clone https://github.com/saurabharch/push-rest npm install node server.js

File Structure

|
|
|________________________./congif
|                         |
|                         |____keys_prod.js
|                         |
|                         |____keys_dev.js
|                         |
|                         |____keys.js
|
|
|________________________./public
|                         |
|                         |____index.html
|                         |
|                         |____sw.js
|                         |
|                         |____app.js
|
|
|________________________./model
|                         |
|                         |____subscribers_model.js
|
|
|
|________________________./router
|                         |
|                         |____push.js
|                         |
|                         |____subscribe.js
|
|
|___________________________server.js