Develop Desktop Application Using HTML CSS and JavaScript
- This book is all about desktop application development using Electron framework.It covers all the important concept of Electron framework that will help a web developer to create a desktop application.
- It also shows how we can use HTML,CSS and JavaScript to build a desktop application.It has also covered the integration of AngularJS with Electron.
- Electron framework is built on 2 different processes named as browser and renderer process.Each of these process has a list of modules which handles specific area on desktop application development.
- Some of the modules are common to both of these processes.
- This book has focused some of the important module and explained it with coded examples.Some of the important topics are listed as follows:-
Introduction to Electron |
Electron with AngularJS Integration |
Working with Browser Window |
Working with Menu |
Working with Tray Icon Menu |
Working with Remote Object |
Inter Process Communication |
Electron Dialog Window |
Working with Shell and Screen |
Electron Global Shortcut Registration |
Electron Node Notification |
Implementing Persistence Using Loki Database |
Working with Power Monitor |
Working with Clipboard |