<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Electron on Time Friend</title><link>https://time-friend.com/en/tags/electron/</link><description>Recent content in Electron on Time Friend</description><generator>Hugo</generator><language>en-GB</language><lastBuildDate>Wed, 29 Jul 2026 15:15:07 +0800</lastBuildDate><atom:link href="https://time-friend.com/en/tags/electron/index.xml" rel="self" type="application/rss+xml"/><item><title>Recommended: An Angular Electron Project Template Ready to Use</title><link>https://time-friend.com/en/archive/angular-electron-template/</link><pubDate>Thu, 20 Dec 2018 19:02:36 +0000</pubDate><guid>https://time-friend.com/en/archive/angular-electron-template/</guid><description>&lt;p&gt;The official Angular website does provide an official Angular template for Electron.
But the version is 2.0, which is really too old. I doubt anyone will maintain it anymore.
Yet it&amp;rsquo;s still listed on the official site.
This misleads many beginners — at least it made me think there wasn&amp;rsquo;t a newer, usable Electron template for quickly creating projects.&lt;/p&gt;
&lt;h1 id="angular-electron"&gt;Angular-electron&lt;/h1&gt;
&lt;p&gt;Here I recommend a highly complete template that&amp;rsquo;s ready to use out of the box:&lt;/p&gt;</description></item><item><title>Angular 7 + Electron Main Process and Renderer Process Communication</title><link>https://time-friend.com/en/archive/angular-electron-ipc/</link><pubDate>Wed, 19 Dec 2018 19:02:36 +0000</pubDate><guid>https://time-friend.com/en/archive/angular-electron-ipc/</guid><description>&lt;h1 id="process-types-in-electron"&gt;Process Types in Electron&lt;/h1&gt;
&lt;p&gt;In Electron, there are two types of processes: the &lt;code&gt;main process&lt;/code&gt; and the &lt;code&gt;renderer process&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;renderer process&lt;/code&gt; can be understood as the view layer — the process that displays pages, which we&amp;rsquo;re very familiar with.
Here you can use Node.js API capabilities as well as perform browser operations we&amp;rsquo;re already used to.
But when you need to invoke operations that only the main process can handle, you need a communication mechanism to tell the main process what you want to do.&lt;/p&gt;</description></item><item><title>Building an Angular 7 + Electron Desktop App from Scratch</title><link>https://time-friend.com/en/archive/angular7-electron-setup/</link><pubDate>Tue, 18 Dec 2018 19:02:36 +0000</pubDate><guid>https://time-friend.com/en/archive/angular7-electron-setup/</guid><description>&lt;h1 id="what-is-electron"&gt;What is Electron?&lt;/h1&gt;
&lt;p&gt;Electron is a library for building desktop applications with JavaScript, HTML, and CSS. These applications can be packaged to run on Mac, Windows, and Linux, and can also be published to the Mac and Windows App Stores.
This means that as long as you have front-end development skills, you can easily build cross-platform desktop applications.&lt;/p&gt;
&lt;h2 id="electrons-main-process-and-renderer-process"&gt;Electron&amp;rsquo;s Main Process and Renderer Process&lt;/h2&gt;
&lt;p&gt;Electron has two types of processes: the main process and the renderer process. Some modules can only run on one or the other, while others have no restrictions. The main process acts more as a behind-the-scenes role, while renderer processes are the individual windows of the application.&lt;/p&gt;</description></item></channel></rss>