Electron - Cross Platform Development for Desktop apps
Excerpt from : http://electron.atom.io/docs/latest/tutorial/quick-start/
Excerpt from : http://electron.atom.io/docs/latest/tutorial/quick-start/
Electron enables you to create desktop applications with pure JavaScript by providing a runtime with rich native (operating system) APIs. You could see it as a variant of the Node.js runtime that is focused on desktop applications instead of web servers.
This doesn't mean Electron is a JavaScript binding to graphical user interface (GUI) libraries. Instead, Electron uses web pages as its GUI, so you could also see it as a minimal Chromium browser, controlled by JavaScript.
No comments:
Post a Comment