I need to create a web app which need push notification without FCM/GCM or APN

304 views Asked by At

I need to send push notification even the site is closed, So I've tried service worker and web worker even web socket but it didn't works fine. It need FCM(Firebase Cloud messaging) to transfer payload from server ,but my server don't support Nodejs so I can't use Firebase

I need a solution to create a custom endpoint to delivery payload to a client in the Background. So, I can push a notification from the Service worker instantly even the site is closed

0

There are 0 answers