*** Welcome to piglix ***

WinJS

WinJS
Stable release
4.4.1 / October 11, 2016; 3 months ago (2016-10-11)
Repository github.com/winjs/winjs.git
Development status Active
Written in JavaScript
License Apache License 2.0
Website www.buildwinjs.com

The Windows Library for JavaScript (abbreviated as WinJS) is an open source JavaScript library developed by Microsoft. It has been designed with the primary goal to ease development of Windows Store apps for Windows 8 and Windows 10, as well as Windows Phone apps for Windows Phone 8.1, Windows 10 Mobile and Xbox One applications using HTML5 and JavaScript, as an alternative to using XAML and C#, VB.NET or C++ (CX).

WinJS started as a technology that was specific to Windows Store apps, but has evolved to aim at working in any Web browser.

In April 2014, during the Microsoft Build developer conference, WinJS was released under the Apache License as free and open source software with the intent to port it to other than Microsoft platforms. A site dedicated to demonstrate the library has also been published. Future development is focused on maintaining what currently exists in the project. There are no plans for new features or feature requests, meaning there are no plans for a new feature release.

WinJS provides helpers that facilitate the development of Windows Store apps using HTML5 and JavaScript. The library consists of modules and functions that expose the Windows Runtime in a way that is consistent with JavaScript coding conventions. WinJS makes it possible to add Windows UI controls in HTML. This is accompanied by support for data binding and a template engine.


...
Wikipedia

...