Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Push Notifications in Node.js #70

Open
itxp2008 opened this issue Sep 24, 2024 · 1 comment
Open

Web Push Notifications in Node.js #70

itxp2008 opened this issue Sep 24, 2024 · 1 comment

Comments

@itxp2008
Copy link

Hello,

Sorry for posting this here, but is there a way to use this get/handle/receive "browser" web push notifications?

I mean when i get to a website, allow notifications in chrome, copy the subscription afterwards like

{
"endpoint":"https://fcm.googleapis.com/fcm/send/dloZUlO...,"
"expirationTime":null,
"keys":
{
"p256dh":"BEpROwR...",
"auth":"P25vxuGf..."
}
}

and use it with push-receiver and maybe achieve the goal of receiving web push notification on a server side client?

@marutichintan
Copy link

i am using it on server side for receiving notification in nodejs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants