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
# Paste public key to ./static/html/test.html# Paste public key & private key to ./push.js # Launch express server
$ node ./index.js
# Go to localhost:3000 and allow notification permission# Open new terminal window & excute push.js to push notification from backend.
$ node ./push.js
# Finally, will get notification on your browser.