📜 ⬆️ ⬇️

Innovations node-webkit 0.7.1

Right today (August 19), the Intel open-technology technology center released another version of the node-webkit engine. This engine, as before, is interesting because it can open browser-like windows (based on the Chromium code) and use Node.js API in them - so that it provides easy creation of GUI applications using web development methods (in JavaScript, HTML, CSS, WebGL , etc.) for Windows, Mac OS X, and Linux.

The new version received the number 0.7.1 and contains the Node engine of version 0.10.12 , as it is easy to see in the test window:

[window screenshot]
')
I opened the test window code today on Github , so that those who wish can familiarize themselves with it and see for themselves that the initial (helloworld) programming steps for node-webkit are just as simple as regular web development enhanced by the capabilities of the Node API .

Less than a month ago (July 24), I reviewed one of the previous versions of node-webkit (version 0.6.3). Not much time has passed since then, however, a number of interesting innovations have appeared in node-webkit :


The new version also eliminates bugs, in some cases, before leading to the application crash or hang.

Source: https://habr.com/ru/post/190590/


All Articles