Examples Overview
In this section, we have collected a set of guides for common features that you may want to implement in your Electron application. Each guide contains a practical example in a minimal, self-contained example app. The easiest way to run these examples is by downloading Electron Fiddle.
Once Fiddle is installed, you can press on the "Open in Fiddle" button that you will find below code samples like the following one:
docs/fiddles/quick-start (38.4.0) UTF-8">
<title>Hello World!</title>
<metahttp-equiv="Content-Security-Policy"content="script-src 'self' 'unsafe-inline';"/>
</head>
<body>
<h1>Hello World!</h1>
<p>
We are using Node.js <spanid="node-version"></span>,
Chromium <spanid="chrome-version"></span>,
and Electron <spanid="electron-version"></span>.
</p>
</body>
</html>
<title>Hello World!</title>
<metahttp-equiv="Content-Security-Policy"content="script-src 'self' 'unsafe-inline';"/>
</head>
<body>
<h1>Hello World!</h1>
<p>
We are using Node.js <spanid="node-version"></span>,
Chromium <spanid="chrome-version"></span>,
and Electron <spanid="electron-version"></span>.
</p>
</body>
</html>