How to Set-Up IPC Handlers with Electron

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • In this video we go in-depth on setting up and registering IPC handlers in Electron using the Context Bridge. This video is short and to the point and will help you get any IPC handler up and running across any Electron applications.
    Please watch the other video on my channel about creating a Vite + Electron application before watching this one as we use that folder structure.
    As always, remember to like, comment and subscribe for more content!
    Website: www.ehrengrenl...

Комментарии • 9

  • @jacobgoldenart
    @jacobgoldenart 11 месяцев назад +1

    mmm that seems like a lot of code to set the title of the window, I don't know much about Electron but I can't see how this would scale to a full app of similar events. Thanks for making the video though.

    • @ehrengrenlund
      @ehrengrenlund  11 месяцев назад +2

      It’s just an example. Production level apps usually would have titles set when a window is spawned from electron. IPC is typically used for accessing node libraries that are not exposed to the front end. Hopefully that clarifies some things?

  • @aslamjonibragimov4149
    @aslamjonibragimov4149 7 месяцев назад

    WOW. this video helps me. thanks you so much

  • @khuebui7087
    @khuebui7087 Год назад

    good job bro, thanks

  • @DefinitelyNotAGeek
    @DefinitelyNotAGeek Год назад

    Very nice video bro you helped me out a lot, +1 sub and like this and the last video!!! thankyou!

  • @highzenburger1829
    @highzenburger1829 Год назад

    Have you tried the new Protocol handle method? Since they've deprecated previous ones the one is causing a headache in retrieving local files.

    • @ehrengrenlund
      @ehrengrenlund  Год назад

      I have not actually. i will have to check that out

  • @adityaj21
    @adityaj21 Год назад

    v nice video