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