3. Push Notifications with Service worker: Creating the backend(NodeJS) app

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

ความคิดเห็น •

  • @redhood7105
    @redhood7105 ปีที่แล้ว +20

    This is one of the most up-to-date and well-narrated series about web push notifications. The author clearly knows his sh*t.

  • @samarthchouksey4460
    @samarthchouksey4460 6 หลายเดือนก่อน +2

    Thanks for making this! I was switching from one video to another until I found yours. You have covered all the basics in the best way possible. So many moving parts in this. Thanks for explaining each and every step! I am grateful to you for sharing your knowledge without any filter.

  • @shafayetal-anik1005
    @shafayetal-anik1005 ปีที่แล้ว +3

    Really helpfull video. These 3 videos help me to understanding the push notification concept. I have already waste 3 days and couldn't sort it out but your 3 videos help me to solve my problem within 1 hour. Thanks❤

  • @myokyawhtun
    @myokyawhtun 7 หลายเดือนก่อน +1

    You save the day... All the documentation from Mozilla and Google couldn't explain clearly like you

  • @webwisesagar
    @webwisesagar 11 หลายเดือนก่อน +1

    Best resource out there. I integrated the push notification in a NextJS application by taking reference from your video. Excellent communication and explanation skills. Thankyou keep up the Good Work.

    • @akileshrao
      @akileshrao  11 หลายเดือนก่อน

      Appreciate it my man.

  • @cesarkohl
    @cesarkohl 2 หลายเดือนก่อน

    Great course, many thanks!

  • @hasinimadhuwanthi3845
    @hasinimadhuwanthi3845 2 หลายเดือนก่อน

    You saved my day. Thank you

  • @mizanrifat
    @mizanrifat 10 หลายเดือนก่อน +1

    Nicely explained... good job ❤

  • @nikhilkumar-zz7ov
    @nikhilkumar-zz7ov ปีที่แล้ว

    Really helpful understanding how it works, thanks for the videos.I wanted to understand what's the difference between using third party providers like using firebase and doing our native way apart from pricing

  • @johndowling1861
    @johndowling1861 7 หลายเดือนก่อน

    well done on this one, really clearly explianed

  • @tyly8636
    @tyly8636 5 หลายเดือนก่อน

    Awesome bro. That’s very helpful

  • @thechoosen4240
    @thechoosen4240 9 หลายเดือนก่อน

    Nice teaching strategy, really enjoyed you teaching, keep it up bro.

    • @akileshrao
      @akileshrao  9 หลายเดือนก่อน

      Appreciate it 🙌

  • @heysahilsingh
    @heysahilsingh 10 หลายเดือนก่อน

    Smoothly explained 👍🏻

    • @akileshrao
      @akileshrao  10 หลายเดือนก่อน

      Thank you 👍

  • @shravankumarnalla3941
    @shravankumarnalla3941 ปีที่แล้ว

    7:11 XD
    btw thanks for the video, good explaination. Also please make a video on background data synchronisation using SW

  • @aryankalra5640
    @aryankalra5640 7 หลายเดือนก่อน +1

    Not all heroes wear capes

  • @guilhermecortes202
    @guilhermecortes202 10 หลายเดือนก่อน +1

    great video bro thanks, what about a video on how to get data from background PN and pass it to the application? It would be great, many thanks

  • @programmersohel
    @programmersohel 10 หลายเดือนก่อน

    It is necessary to establish communication between the client and the API. The API requires both the Private and the PUBLIC KEY, whereas the client only needs the PUBLIC KEY. The PUBLIC KEY represents the location where server notifications will be received by the client.

  • @MaheshGitte-sp2zi
    @MaheshGitte-sp2zi 6 หลายเดือนก่อน

    Nice explanation I understand in one go👍, i have one question if i closed browser & heat api from postman then notification shows ?
    How to send notifications to particular users some users in my application ?
    Any idea or reference code in node.js & react,
    Thanks ones again really good explanation… 👌🏻👍

  • @jasonleelawlight
    @jasonleelawlight ปีที่แล้ว +1

    Nice tutorial! Though it looks a bit odd to me that you have to pass the private key to the push service for chrome, to me this is like a compromise of security.

  • @challengemania4447
    @challengemania4447 8 วันที่ผ่านมา

    great.. Will this sent notification only to specified user .. Can we do things like this with this API ?

  • @bholaramseervi1985
    @bholaramseervi1985 6 หลายเดือนก่อน

    Great series for this push notification. I am not able to see the notification in chrome, though I am seeing the message (sent from the server ) is getting logged to console in push event oof the service worker. but its not showing on UI.

  • @mxo-jf6mx
    @mxo-jf6mx ปีที่แล้ว

    It is very good, thank you. one question. If the user manually deactivates and reactivates the notification permission, the notification will not be sent to him. What should be done in this case?

  • @juancarloselorriaga6171
    @juancarloselorriaga6171 ปีที่แล้ว

    Thanks for this awesome series! I guess the subscription will be updated at some point in time, or if more than one user connects from the same browser, so how can we update the subscription if the SW only runs once it’s registered? Or should it make a difference to register the sw on each page load?

  • @CoonJS
    @CoonJS 6 หลายเดือนก่อน

    Hello! Thanks for the video! How can I send notification only for special users (if they triggered some events: register, success subscription e,t,c). How to link userId and subscription object?

  • @TheRonron1994
    @TheRonron1994 2 หลายเดือนก่อน

    Is this possible to be implemented using AWS SNS and AWS Lambda?

  • @skullhunter7342
    @skullhunter7342 2 หลายเดือนก่อน

    Will this work for nextjs PWA??

  • @Currencies_
    @Currencies_ 11 หลายเดือนก่อน

    how do i get my own array buffon key, the steps is complicated after i pasted my public and private key

  • @anim_ie
    @anim_ie ปีที่แล้ว

    @everyone can we use this for e-commerce application, after placing an order or cancelling order?

  • @dhananjayrakshe7655
    @dhananjayrakshe7655 ปีที่แล้ว

    Hi buddy very nice video..
    I want a list of that notification in my project so where I can click on bell icon and see all notification there.
    How can I do that can anyone give some reference or solution?

  • @Nice_in_Love
    @Nice_in_Love ปีที่แล้ว

    Nice.. Good job.

  • @jignalpatel2143
    @jignalpatel2143 ปีที่แล้ว

    I created a chat app and someone sent me a message my Chrome browser is closed I'm still able to receive a push notification using the service worker.

  • @Odidi_Bee6ix
    @Odidi_Bee6ix 8 หลายเดือนก่อน

    Bow💯💯💯🔥🔥🔥

  • @Atifshaikh-xb4hw
    @Atifshaikh-xb4hw ปีที่แล้ว

    How creat backend app on google app script and sendNotification from this and save subscriber on google sheet it is posible ?

  • @gumnam4253
    @gumnam4253 ปีที่แล้ว

    but how can we do this on a live server ?

  • @AnsiString
    @AnsiString ปีที่แล้ว

    Very good video series. What about Safari on iOS?
    Does this method also work with PWAs on iOS and Android?

    • @akileshrao
      @akileshrao  ปีที่แล้ว

      Service workers have good support for Safari, so technically it should work. There might be a few little tweaks in the implementation but most of it should be the same. PWAs again at the end of the day will depend on the browser because that's what the application will be running on. So if the browser supports the SW API well, it should work without any problems.

  • @arnavsshah
    @arnavsshah 4 หลายเดือนก่อน

    GOAT

  • @shravankumarnalla3941
    @shravankumarnalla3941 ปีที่แล้ว

    will it work on node 18?

  • @AbhayJangid-d6k
    @AbhayJangid-d6k ปีที่แล้ว

    Hello sir, Please help me sir I want to background notification event i want please help sir

  • @ashishkumarnath3563
    @ashishkumarnath3563 ปีที่แล้ว

    7:21 I can relate :(

  • @dest5237
    @dest5237 5 หลายเดือนก่อน

    i love you

    • @akileshrao
      @akileshrao  5 หลายเดือนก่อน

      Wow, thanks I guess.

  • @tanyaconway3304
    @tanyaconway3304 ปีที่แล้ว

    💔 Promo`SM

  • @imranuppal1839
    @imranuppal1839 28 วันที่ผ่านมา

    @akileshrao will this code work on safari?