Let’s show a notification to our user using electron. We’ll first explore how this is done in the main process, then using the web notification api. We’ll also touch on the terms “main”, “renderer”, and “preload” in the context of electron, and learn how to discover more electron APIs we can use in our apps!
Links