Electron 1.0 Released For Desktop Apps |
Written by Ian Elliot | |||
Friday, 13 May 2016 | |||
GitHub has released version 1.0 of Electron, its open source framework for cross platform development of desktop applications, formerly known as Atom Shell.
Initially developed for GitHub's Atom editor, Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. As related in this video Electron's claim is that it: takes care of the hard parts so you can focus on the core of your application
Electron, or rather Atom Shell, was initially released when Atom was first launched. According to the blog post announcing the release of Atom 1.0 it has been downloaded over 1.2 million times in the subsequent 2 years with both open source projects and companies using it. Microsoft, for example, used it to build its open source Visual Studio Code. Along with the 1.0 release comes the Electron API Demos app containing code snippets to help you get your app started, including a Quick Start app and tips on effectively using the Electron APIs.
Devtron, an open-source extension to Chrome Developer Tools, designed to help you inspect, debug and troubleshoot your Electron app, has also been released. It facilities are:
There's also new version of the integration testing framework for Electron apps, Spectron 3.0. Based on ChromeDriver and WebDriverIO Spectron has support for the entire Electron API allowing you to more quickly write tests that verify your application’s behavior in various scenarios and environments.
More InformationRelated ArticlesVisual Studio Code - Now With Added Extensions
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook, Google+ or Linkedin.
Comments
or email your comment to: comments@i-programmer.info
|
|||
Last Updated ( Friday, 13 May 2016 ) |