ipcMain to ipcRenderer Data Communication + How to modify HTML from ipcMain - Electron JS Tutorial

Опубликовано: 23 Ноябрь 2021
на канале: coderJeet
14,626
221

Sometimes you will need to control the information displayed on your electron app based on something that happened in the backend. Like a timer event, an api call, etc.

This tutorail shows you how to modify the frontend of your app from the backend using inter-process communication.

You can't call objects on the html page directly, here's waht you need to do.

#electron
#electronjs
#javascript