Skip to content
Cédric Belin edited this page Aug 25, 2024 · 4 revisions

Type definitions for using NW.js with Haxe.

Note

For more information about type definitions, see Externs in the Haxe manual.

Quick start

Install the latest version of Haxe Externs for NW.js with lix package manager:

lix +lib nwjs

For detailed instructions, see the installation guide.

Usage

This library provides type definitions for developing desktop applications with the NW.js framework.

If you haven't used NW.js before, be sure to check out the related documentation, as it explains how to create such applications. It is important that you understand the concept of JavaScript contexts because the NW.js externs are not usable in Node.js context.

Clone this wiki locally