You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We created an Azure site to which we deployed the NodeJS server part of our push service. This service contains a /service endpoint which will be used to store the client subscriptions in memory (Later on we have to save the subscription keys in a DB or FS). We also have a /notify/all endpoint which is used to push messages to all subscribed clients.
Clientside we added some event listeners to the service-worker.js file which handle the push message and create a notification out of it.
Still needs some research to do:
The text was updated successfully, but these errors were encountered: