Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ad-inserter domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the cookie-law-info domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114
Electron 1.0: il framework per realizzare app cross-platform

Electron 1.0: il framework per realizzare app cross-platform

Disponibile Electron 1.0, il framework cross-platform per realizzare applicazioni in HTML, CSS e JS app per OSX, Windows e Linux

Dopo anni di sviluppo e quasi 1.2mln di download, Electron è cresciuto esponenzialmente fino a raggiungere la maturità. Il framework cross-platform ha raggiunto la versione 1.0 ed è disponibile da electron.atom.io (sito web tra l’altro aggiornato in vista della release 1.0).

Adozione Electron 1.0

La versione 1.0 porta con se stabilità e miglioramenti sull’usabilità, rendendo più semplice esplorare e imparare come usare le API Electron con una nuova app Electron API Demos. Possiamo testarla semplicemente aprendo il terminale e incollando i seguenti comandi

git clone https://github.com/atom/electron-api-demos
cd electron-api-demos
npm install
npm start

Possiamo avere maggiori informazioni su electron dando un’occhiata alla documentazione ufficiale disponibile a questo link

Grazie ad Electron sono stati realizzate molte tipologie di applicazioni: email, chat, Git appsSQL analytics toolstorrent clients e robots.

Puoi leggere la storia completa sul blog ufficiale.