Web push notifications
This tutorial is based on a youtube video Web Push Notifications - End to End implementation Initialize server code create new folder called server run npm init command inside that server folder. After running the npm init command you can see package.json file inside the server folder. we need to install a npm package called web-push so run npm i web-push after running above commands, your server folder should be like this...